-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (22 loc) · 871 Bytes
/
index.html
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://cdn.glitch.com/9719053c-6810-4074-9805-9c26e4faf5d8%2Fbig.png?v=1585689179664" />
<meta property="og:description" content="Find Some Info About Me Here!" />
<!-- <meta property="og:title" content="SkechyWolf"> -->
<meta property="og:site_name" content="SkechyWolf" />
<meta name="theme-color" content="#2196F3">
<title>SkechyWolf - Github</title>
<script type="text/javascript" src="./toast/toast.js"></script>
<link rel="stylesheet" href="./toast/toast.css">
<link rel="stylesheet" href="./css/Main.css">
<link rel="stylesheet" href="./css/Main.scss">
</head>
<body>
<main>
<div id="Background"></div>
</main>
</body>
</html>