-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 loc) · 883 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>
<head>
<!--<link rel="icon" href="/public/assets/homedepot-logo.png">-->
<link rel="icon" href="/public/assets/jnFavicon.png">
<link href="https://fonts.googleapis.com/css?family=Stardos+Stencil" rel="stylesheet">
<link rel="stylesheet" href="style/logo.css">
<link rel="stylesheet" href="style/howto-style.css">
<link rel="stylesheet" href="style/style.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css">
</head>
<body>
<div class="container" min-width:1900px></div>
</body>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="bundle.js"></script>
</html>