-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.35 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brian's Webpage</title>
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Custom Theme files -->
<link href="/public/css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link rel="stylesheet" href="/public/css/lightbox.css">
<!-- //Custom Theme files -->
<!-- js -->
<script src="/public/jquery.min.js"></script>
<!-- //js -->
<!-- web-fonts -->
<link href='//fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!-- //web-fonts -->
</head>
<body>
<div id="root-view"></div>
</body>
</html>
<link rel="stylesheet" type="text/css" href="/public/css/font-awesome.min.css" />
<!--<script src="/public/semantic.min.js"></script>-->
<script src="/public/js/lightbox-plus-jquery.min.js"> </script>
<script src="/public/js/jquery.vide.min.js"></script>
<script src="/public/js/bootstrap.js"></script>
<script src="/public/babel.js"></script>
<script src="/public/app.js"></script>