forked from NoneMeme/NoneMeme
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
77 lines (70 loc) · 3.36 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Reborn 群大佬们的日常">
<link rel="icon" href="./static/favicon.ico">
<title>Reborn 群的欢乐日常</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/[email protected]/css/pico.min.css">
<link rel="stylesheet" href="./static/style.css">
</head>
<body>
<main class="container">
<h1>图梗 | <a href="text">文字梗</a></h1>
<h5 id="description"></h5>
<article id="view">
<div>
<h2></h2>
<div>
<a download title="下载图片">
<svg width="32" height="32" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path
d="M5.36891 8.08074L7.50833 10.2202V4.46802H8.50833V10.1473L10.5749 8.08074L11.282 8.78784L8.32545 11.7444H7.61835L4.6618 8.78784L5.36891 8.08074Z" />
<path
d="M14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8ZM13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8Z" />
</svg>
</a>
<span id="refresh-btn" title="梗图不喜欢?换一张试试看">
<svg width="32" height="32" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M4.681 3H2V2h3.5l.5.5V6H5V4a5 5 0 1 0 4.53-.761l.302-.954A6 6 0 1 1 4.681 3z" />
</svg>
</span>
<a href="#" title="返回画廊">
<svg width="40" height="40" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"
fill="currentColor">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M8 8.707l3.646 3.647.708-.707L8.707 8l3.647-3.646-.707-.708L8 7.293 4.354 3.646l-.707.708L7.293 8l-3.646 3.646.707.708L8 8.707z" />
</svg>
</a>
</div>
</div>
<img alt="查看大图">
</article>
<div id="gallery">
<div class="column" id="col1"></div>
<div class="column" id="col2"></div>
<div class="column" id="col3"></div>
</div>
<footer id="footer">
<p>· 致谢Reborn群当中的大佬们(受迫害对象) ·</p>
<p> -加速器是永远的老大!!!- </p>
<p> 制作群群号:684869122 </p>
<p> 感谢NoneMeme仓库提供的源代码 </p>
</footer>
</main>
<template id="gallery-item">
<article class="item">
<a href="${id}">
<img src="${src}" alt="${alt}">
<span aria-busy="false">${title}</span>
</a>
</article>
</template>
<script src="./static/scripts/index.js" type="module"></script>
</body>
</html>