-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (25 loc) · 1.12 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
<!DOCTYPE html>
<!--[if IE 9]><html lang="en-us" class="ie9"><![endif]-->
<!--[if gt IE 9]><!-->
<html lang="en-us">
<!--<![endif]-->
<head>
<title>WIZARD</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/assets/css/bootstrap.css" rel="stylesheet">
<link href="/assets/css/font-awesome.min.css" rel="stylesheet">
<link href="/assets/css/components-md.css" id="style_components" rel="stylesheet" type="text/css"/>
<link href="/assets/css/plugins-md.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/layout.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/darkblue.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/custom.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/wizard.css" rel="stylesheet">
</head>
<body id="app" class="page-md page-header-fixed page-quick-sidebar-over-content page-full-width">
<app></app>
<!--<script src="/assets/js/material.js"></script>-->
<script src="/assets/js/jquery-3.1.0.slim.min.js"></script>
<script src="/assets/js/wizard_build.js"></script>
</body>
</html>