-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·30 lines (27 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<script src="js/jquery-3.3.1.js"></script>
<script src="js/jqueryUI/jquery-ui.js"></script>
<script src="js/jquery.steps.js"></script>
<script src="js/custom.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap/bootstrap.js"></script>
<script src="icons/fontawesome/svg-with-js/js/fontawesome-all.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/jqueryUI/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="css/jqueryUI/jquery-ui.theme.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="stylesheet" type="text/css" href="css/jqueryUI/steps.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="UTF-8">
<title>Modeleditor</title>
</head>
<body>
<H1>MODELEDITOR</H1>
<div>
<a href="new/index.html"><h2>New model</h2></a>
<a href="edit/index.html"><h2>Edit model</h2></a>
</div>
</body>
</html>