-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotice.html
More file actions
30 lines (26 loc) · 1.1 KB
/
notice.html
File metadata and controls
30 lines (26 loc) · 1.1 KB
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>
<meta charset="utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='black'>
<meta name='format-detection' content='telephone=no'>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
<link rel="stylesheet" type="text/css" href="src/css/page.css">
<link rel="stylesheet" type="text/css" href="src/css/package.css">
<link rel="stylesheet" type="text/css" href="src/css/card.css">
<link rel="stylesheet" type="text/css" href="src/css/noticePage.css">
<script src="src/js/info.js"></script>
</head>
<body class="cardBox">
<div id="mainBox" class="card nts"></div>
<script src="src/js/jquery.min.js"></script>
<script src="src/js/marked.min.js"></script>
<script src="src/js/functions.js"></script>
<script src="src/js/noticePage.js"></script>
</body>
</html>