-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 833 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>Similario</title>
<link rel="stylesheet" href="/css/styles.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
</head>
<body style="background-color: #F5F8FA;">
<div id="root"></div>
<div class="footer-bottom">
<div class="container">
<p class="navbar-text pull-left footer-text">© Similario 2016</p>
<p class="navbar-text pull-right footer-text">Обратная связь</p>
<p class="navbar-text pull-right footer-text">О нас</p>
</div>
</div>
<script src="/js/bundle.js"></script>
<script type="text/javascript" src="/node_modules/bootstrap/dist/js/bootstrap.js"></script>
</body>
</html>