-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
20 lines (20 loc) · 996 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<!-- Change the title to whatever you would like to display it as -->
<title>Website</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Load scripts here -->
<script type="text/javascript" src="libs/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="scripts/main.js"></script>
<!-- Load stylesheets, fonts and favicon here -->
<link rel="stylesheet" type="text/css" href="libs/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles/main.css">
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Here is where the magic begins -->
</body>
</html>