-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 937 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Big Snail</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<!-- Embeds -->
<meta name="title" content="Big Snail">
<meta property="og:type" content="website">
<meta property="og:url" content="https://snail.monster">
<meta property="og:title" content="Big Snail">
<meta property="og:image" content="https://github.com/6nb/6nb.github.io/blob/main/assets/snail.png?raw=true">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://snail.monster">
<meta property="twitter:title" content="Big Snail">
<meta property="twitter:image" content="https://github.com/6nb/6nb.github.io/blob/main/assets/snail.png?raw=true">
</head>
<body>
<img src="assets/snail.png"/>
</body>
</html>