-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
26 lines (23 loc) · 891 Bytes
/
about.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">
<head>
<title>Nate's World | About</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#101D42" />
<meta property="og:locale" content="en" />
<!--Tailwind CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.2/tailwind.min.css" />
<!--Site Icon-->
<link rel="shortcut icon" href="Assets/Icons/about.png" title="favicon" />
<link rel="apple-touch-icon" href="Assets/Icons/about.png" sizes="180x180" title="favicon" />
<link rel="canonical" href="https://natesworld-projects.github.io/">
<!--Import CSS-->
<link rel="stylesheet" href="Styles/globals.css">
<link rel="stylesheet" href="Styles/about.css">
</head>
<body>
About Me
</body>
</html>