-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (36 loc) · 1.69 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
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/static/img/icon.png" type="image/x-icon">
<link rel="shortcut icon" href="/static/img/icon.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>english_assistant</title>
<!--<link href="static/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">-->
<!-- Custom fonts for this template -->
<link href="static/vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body>
<div id="app"></div>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyleft © English Assistant 2019</small>
</div>
</div>
<!-- built files will be auto injected -->
<!-- Bootstrap core JavaScript -->
<script src="static/vendor/jquery/jquery.min.js"></script>
<script src="static/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="static/vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="static/vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="static/js/jqBootstrapValidation.js"></script>
<!-- Custom scripts for this template -->
<script src="static/js/freelancer.min.js"></script>
<!-- face_api.js-->
<script src="static/js/face-api.js"></script>
</body>
</html>