-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (47 loc) · 2.38 KB
/
index.html
File metadata and controls
52 lines (47 loc) · 2.38 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ZOS-Index-demo | Here is the index of the prebuild images</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta property="og:title" content="ZOS-Index-demo" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Here is the index of the prebuild images" />
<meta property="og:description" content="Here is the index of the prebuild images" />
<link rel="canonical" href="https://jasonmo1.github.io/ZOS-Index-demo/" />
<meta property="og:url" content="https://jasonmo1.github.io/ZOS-Index-demo/" />
<meta property="og:site_name" content="ZOS-Index-demo" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="ZOS-Index-demo" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Here is the index of the prebuild mirrors list","headline":"ZOS-Index-demo","name":"ZOS-Index-demo","url":"https://jasonmo1.github.io/ZOS-Index-demo/"}</script>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" href="assets/img/logo1.png" sizes="16x16">
</head>
<body>
<script src="assets/js/libs/jquery.min.js"></script>
<script src="assets/js/libs/marked.min.js"></script>
<script src="assets/js/libs/anchor.min.js"></script>
<script src="assets/js/utils.js"></script>
<script src="assets/js/readme.js"></script>
<script src="assets/js/indexes.js"></script>
<div id="content" class="container-lg px-3 my-5 markdown-body">
</div>
<div id="index-container" class="container-lg px-3 my-5 markdown-body">
<h2>Index Downloader</h2>
<select id="image_select">
<option value="">Choose an image...</option>
</select>
<button onclick="download_image();">Download</button>
<h2>Index Viewer</h2>
</div>
<div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
This site is open source <a href="https://github.com/JasonMo1/ZOS-Index-demo/edit/main/README.md">Improve this page</a>.
</div>
<script src="assets/js/init.js"></script>
<a id="fordown"></a>
</body>
</html>