-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
21 lines (21 loc) · 965 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>CSS dot Cool</title>
<link rel="stylesheet" href="css/basscss.css" type="text/css" />
<link rel="stylesheet" href="css/main.css" type="text/css" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@tessthornton" />
<meta name="twitter:title" content="CSS dot cool" />
<meta name="twitter:description" content="Get creative with CSS" />
<meta name="twitter:image" content="https://s3.amazonaws.com/f.cl.ly/items/2g1Y0s3a0Z2J3a002Y2A/twitter-card.jpg" />
<meta property="og:url" content="https://s3.amazonaws.com/f.cl.ly/items/172J3V110s1a1s1w0T0e/fb-card.jpg" />
<meta property="og:title" content="CSS dot cool" />
<meta property="og:description" content="Get creative with CSS" />
<meta property="og:image" content="src/images/fb-card.jpg" />
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>