This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmaintenance.php
70 lines (65 loc) · 4.65 KB
/
maintenance.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Snapaper | Past Papers</title>
<meta name="keywords" content="IGCSE,ALevel,OLevel,pastpapers,snapaper,snap">
<meta name="description" content="Built for International Students">
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,
width=device-width,initial-scale=1.0" />
<link href="https://static.zeo.im/uikit.min.css" rel="stylesheet">
<link href="https://static.zeo.im/uikit-rtl.min.css" rel="stylesheet">
<script type="text/javascript" src="https://static.zeo.im/uikit.min.js"></script>
<link href="style.css" rel="stylesheet">
<link rel="Shortcut Icon" href="https://static.ouorz.com/snapaper_temp_logo.ico" type="image/x-icon">
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a4a7b388691389952cef0d953a72ff9b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div class="uk-container" style="margin-top: 6%;">
<div style="display: flex;">
<div style="width: 94%;">
<h1 class="index-title">Snapaper<em><iframe src="https://ghbtns.com/github-btn.html?user=HelipengTony&repo=snapaper&type=star&count=true&size=large" frameborder="0" scrolling="0" width="150px" height="30px"></iframe></em></h1>
<p class="index-title-p">Built for International Students</p>
</div>
<div style="padding-top: 60px;"><a href="about.html"><svg width="40" height="40" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<circle cx="10" cy="14" r="1"></circle>
<circle fill="none" stroke="#000" stroke-width="1.1" cx="10" cy="10" r="9"></circle>
<path d="M10.97,7.72 C10.85,9.54 10.56,11.29 10.56,11.29 C10.51,11.87 10.27,12 9.99,12 C9.69,12 9.49,11.87 9.43,11.29 C9.43,11.29 9.16,9.54 9.03,7.72 C8.96,6.54 9.03,6 9.03,6 C9.03,5.45 9.46,5.02 9.99,5 C10.53,5.01 10.97,5.44 10.97,6 C10.97,6 11.04,6.54 10.97,7.72 L10.97,7.72 Z"></path>
</svg></a>
</div>
</div>
<div>
<div class="uk-card uk-card-default uk-card-hover uk-card-body" style="border-top: 4px solid #E91E63;width: 97.8%;border-radius: 5px;margin-bottom: 2%;margin-top:2%;padding: 120px;text-align: center;">
<svg width="150" height="150" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" style="
">
<circle fill="none" stroke="#666" stroke-width="1.1" cx="10" cy="10" r="9"></circle>
<line fill="none" stroke="#666" stroke-width="1.1" x1="4" y1="3.5" x2="16" y2="16.5"></line>
</svg>
<h2 style="font-weight: 500;letter-spacing: 1px;font-size: 1.6rem;text-align: center;color: #666;margin-top: 35px;
">Service is temporarily unavailable</h2>
</div>
<div class="uk-card uk-card-default uk-card-hover uk-card-body" style="border-top: 4px solid #52c41a;width: 97.8%;border-radius: 5px;margin-bottom: 5%;margin-top:2%;padding-bottom: 40px;">
<div style=" float: left;">
<h3 class="uk-card-title index-cate-h3" style="font-size: 2.5rem;">We are Doing Maintenance</h3>
<p style="margin: 0px;margin-left: 3px;">Please try again later...</p>
</div>
<a href="/maintenance.html" style="float: right;padding-top: 15px;text-decoration:none;">
<p style="margin-top: 15px;">Learn More<i class="uk-slidenav-previous uk-icon uk-slidenav uk-slidenav-next"><svg width="14" height="14" viewBox="0 0 14 24" xmlns="http://www.w3.org/2000/svg" ratio="1">
<polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1 "></polyline>
</svg></i></p>
</a>
</div>
<p class="index-copy">Made with <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill="none" stroke="#ee561d" stroke-width="1.03" d="M10,4 C10,4 8.1,2 5.74,2 C3.38,2 1,3.55 1,6.73 C1,8.84 2.67,10.44 2.67,10.44 L10,18 L17.33,10.44 C17.33,10.44 19,8.84 19,6.73 C19,3.55 16.62,2 14.26,2 C11.9,2 10,4 10,4 L10,4 Z"></path>
</svg> by <b><a href="https://www.ouorz.com" target="_blank" style="color:#7c7c7c">TonyHe</a></b> | Powered by <b><a href="https://www.gceguide.xyz" target="_blank" style="color:#7c7c7c">GCE Guide</a></b></p>
</div>
</body>
</html>