-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (24 loc) · 884 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ExamCixtem</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src='js/Jquery.min.js'></script>
<script src='js/bootstrap.min.js'></script>
<script src='js/popper.min.js'></script>
<script src='js/vue.js'></script>
<script src='js/vuex.3.1.3.js'></script>
<script src='js/vue-router.js'></script>
<script src="main.js" type="module"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id='app'>
<router-view></router-view>
</div>
</body>
</html>