-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.08 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
<!DOCTYPE html>
<html lang="jp">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<title>Rule Event Viewer</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--
<link rel="shortcut icon" href="favicon.ico">
-->
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css" rel="stylesheet" />
</head>
<body>
<!-- <header>
<h1>HOME</h1>
</header> -->
<div id="contents">
<div id="app"/>
</div>
<!-- <footer>
<div id="copyright">Copyright (C) 2017 XXX. All Rights Reserved.</div>
</footer> -->
<script type="text/javascript" src="./config.js"></script>
<script type="text/javascript" src="./dist/bundle.js"></script>
</body>
</html>