-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (20 loc) · 818 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
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Networking</title>
<link rel="stylesheet" href="./styles/css/bootstrap.min.css">
<link rel="stylesheet" href="./styles/css/custom.css">
<link rel="stylesheet" href="./styles/css/main.css">
</head>
<body id="page-top" class="index">
<div id="react-view"></div>
<script src="./styles/js/jquery.min.js"></script>
<script src="./styles/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="./styles/js/jqBootstrapValidation.js"></script>
<script src="./styles/js/contact_me.js"></script>
<script src="./styles/js/agency.js"></script>
<script src="./public/assets/bundle.js"></script>
</body>
</html>