-
Notifications
You must be signed in to change notification settings - Fork 37
/
index.html
22 lines (22 loc) · 852 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">
<!-- The language defaults to English - update accordingly if necessary -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title> </title>
<!-- PNG favicon -->
<link rel="icon" type="image/png" href="img/favicon.png">
<!-- Main CSS file and normalize.css (https://github.com/necolas/normalize.css/) or reset of your preference -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Content of your website or application -->
<!-- Bundled JavaScript file -->
<script src="js/bundle.js"></script>
</body>
</html>