-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.76 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
30
31
32
33
<html>
<head>
<meta charset="UTF-8" />
<!-- Set viewport for mobile devices -->
<meta name="viewport" content="width=device-width" />
<!-- Meta information for Google -->
<meta name="author" content="Evan Gipson" />
<meta name="description" content="tart will do it's best to generate you some art." />
<!-- TODO: Picture for social media shares
<meta property="og:image" content="image here (absolute URL)" />
<link rel="image_src" type="image/png" href="image here (absolute URL)" /> -->
<!-- TODO: Google site verification for optimal search results
<meta name="google-site-verification" content="iMpdoC6A8O-CPQxj810_Owz743m5GIqIwkyrSDxd4Z0" /> -->
<!-- Website title -->
<title>tart</title>
<!-- TODO: Set the favicon
<link rel="shortcut icon" href="http://www.evangipson.com/faterator/img/code-file.ico" /> -->
<!-- Yay let's link in my style -->
<!-- TODO: Minify style
<link rel="stylesheet" href="./css/style.css" media="none" onload="if(media!='all')media='all'" /> -->
<link rel="stylesheet" href="./css/style.css" />
<!-- TODO: Also let's take in font-awesome for icons
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" media="none" onload="if(media!='all')media='all'" /> -->
<!-- TODO: Google fonts look soOoOOO awesome
<link href="https://fonts.googleapis.com/css?family=Cormorant+Infant:400,700|Cormorant+Unicase:300,700" rel="stylesheet"> -->
</head>
<body>
<div class="layer-1"></div>
<div class="layer-2"></div>
<!-- Load in some text art -->
<script src="./js/tart.js"></script>
</body>
</html>