This repository has been archived by the owner on May 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
44 lines (41 loc) · 1.45 KB
/
index.php
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
<!DOCTYPE HTML>
<!--
Typify by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Rashow</title>
<meta name="google-site-verification" content="0sjFdVZVp-AFANqQOBjgoe1ZsLVYxNzGIRpawfbagj4" />
<meta charset="utf-8" />
<!-- 定時登出 -->
<meta http-equiv="refresh" content="600;url = ../method/logout.php">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Banner -->
<section id="banner">
<h2><strong>Rashow</strong> is a best poster playback system</h2>
<p>Upload your poster </p>
<ul class="actions">
<li><a href="./login" class="button special">Get started</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<div class="copyright">
© Untitled. Design: <a href="http://templated.co/">TEMPLATED</a>.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>