-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogDNE.html
26 lines (22 loc) · 982 Bytes
/
blogDNE.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Piksal's Website - Blog No Exist :(</title>
<meta itemprop="name" content="Piksal's Website">
<meta itemprop="description" content="I'm Justin Le!">
<meta itemprop="image" content="/images/silly/hello yalls.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body style="background-color: black; color: white;">
<p>
Errmmm yeah the blog currently does not exist right now. I'll get started
on it when I have free time.
</p>
<a href="index.html">Click here to go back to the main page</a>
</body>
</html>