-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
54 lines (54 loc) · 2.03 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
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<title id="title">Download | </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Creates a direct link to your latest Azure pipeline build.">
<meta name="author" content="berichan">
<meta name="theme-color" content="#E8AEFF">
<meta property="og:site_name" content="berichan.github.io/GetNHSE">
<meta property="og:title" content="Get the latest build of your Azure pipeline build.">
<meta property="og:type" content="video.movie">
<meta property="og:url" content="berichan.github.io/GetNHSE">
<meta property="og:description" content="Creates a direct link to your latest Azure pipeline build.">
<link rel="stylesheet" href="CSSbyMirayXS/reset.css">
<link rel="stylesheet" href="CSSbyMirayXS/style.css">
<link rel="stylesheet" href="CSSbyMirayXS/main.css">
</head>
<body>
<div class="section">
<div class="section-content">
<div class="field">
<div>
<h1>Download</h1>
<h3 id="loader">Fetching latest </h3>
<h3 class="secret" id="buildTime"></h3>
<a class="button" id="getDownload">Download the Latest Version</a>
</div>
<hr>
<div style="width: 300px;">
<h1>Support</h1>
<h3>Something wrong?</h3>
<h3 class="secret" id="errorhelp"></h3>
<a class="button" href="https://github.com/berichan/GetNHSE" target="_blank">Website Source</a>
</div>
</div>
</div>
</div>
<noscript>
<div class="section">
<div class="section-content">
<div class="field">
<div>
<h1>Error</h1>
<h3>This site needs to use JavaScript to ensure the best user experience. Please turn on JavaScript and refresh the page.</h3>
</div>
</div>
</div>
</div>
</noscript>
<script src="scripts.js"></script>
</div>
</body>
</html>