-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (41 loc) · 1.23 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
45
46
47
48
49
50
51
52
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>List</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="../../resources/css/style.css">
</head>
<body>
<div class="wrapper clearfix">
<!-- wrap_contents -->
<div class="wrap_contents">
<div class="area_left _leftNavi">
<ul>
<li class="active"><a href="views_html/list/list_es6.html">List</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
</ul>
</div>
<div class="area_title">
<h1>Main <i class="fas fa-archive"></i></h1>
<span>- main page</span>
</div>
<div class="area_contents">
</div>
</div>
<!-- // wrap_contents -->
<!-- wrap_footer -->
<div class="wrap_footer">
footer
</div>
<!-- // wrap_footer -->
</div>
<script>
window.location.href="views_html/list/list_es6.html"
</script>
</body>
</html>