-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 1.04 KB
/
index.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
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nosesisaid</title>
<meta name="description" content="Code tha'll make you cry.">
<meta property="og:url" content="https://nosesisaid.com">
<meta property="og:title" content="Nosesisaid">
<meta property="og:type" content="website">
<meta property="og:image" content="/assets/banner.png">
<meta property="og:description" content="Code that'll make you cry">
<meta property="twitter:domain" content="nosesisaid.com">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Nosesisaid">
<meta property="twitter:url" content="https://nosesisaid.com">
<meta name="twitter:image" content="/assets/banner.png">
<meta name="twitter:description" content="Code that'll make you cry">
<meta name="twitter:site" content="@nosesisaid">
</head>
<body>
<h1>Nosesisaid</h1>
<p><i>Code that'll make you cry.</i></p>
</body>
</html>