-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (19 loc) · 827 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">
<title>Boilerplate Title</title>
<meta http-equiv="Cache-control" content="public" max-age=31536000 />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Boilerplate description." />
<link rel="stylesheet" href="./public/styles/styles.css" />
</head>
<body>
<h1>Hello World</h1>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.1/js/all.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script async src="./public/scripts/all.js"></script>
</body>
</html>