-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
37 lines (22 loc) · 887 Bytes
/
index.php
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
34
35
36
37
<!doctype html>
<html class="no-js">
<head>
<link href='https://fonts.googleapis.com/css?family=Lato:400,900|Droid+Serif:400,700italic' rel='stylesheet' type='text/css'>
<!-- Meta Info -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Site Description">
<meta name="og:title" content="Site Name">
<meta name="og:description" content="Site Description">
<!--<meta name="og:image" content=""> -->
<title>X-men in CSS</title>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="/build/css/style.css">
</head>
<body>
<!-- Javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="/build/js/production.min.js"></script>
</body>
</html>