-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1.21 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
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="wip.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Anthony Huang</title>
<!-- Embeds -->
<meta content="ah07.xyz" property="og:title" />
<meta content="wip." property="og:description" />
<meta content="https://ah07.xyz" property="og:url" />
<meta content="/assets/favicons/android-chrome-512x512.png" property="og:image" />
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
<link rel="manifest" href="/assets/favicons/site.webmanifest">
<link rel="shortcut icon" href="/assets/favicons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Anthony Huang's Website">
<meta name="application-name" content="Anthony Huang's Website">
<!-- Stylesheet -->
<link rel="stylesheet" href="/src/main.css">
<script src="https://kit.fontawesome.com/ebba275678.js" crossorigin="anonymous"></script>
</head>
<body>
<h1>WIP</h1>
</body>