This repository has been archived by the owner on Jun 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDesertsP.html
59 lines (57 loc) · 2.5 KB
/
DesertsP.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="keywords" content="MiniValine,极简风,评论系统,极简风评论系统,comment system">
<meta name="description" content="MiniValine - 一款极简风评论系统">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta content="telephone=no,email=no" name="format-detection">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,Chrome=1">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./assets/style.css">
<title>MiniValine - A simple and minimalist comment system.</title>
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script src='https://cdn.jsdelivr.net/npm/minivaline@5/dist/MiniValine.min.js'></script>
</head>
<body>
<header>
<div class="container">
<a href="./" class="logo">MiniValine</a>
<span class="sub">A simple and minimalist comment system.</span>
</div>
</header>
<div class="container">
<div class="content">
<div id="github">
<img style="margin:0 0;display:inline;cursor:pointer;margin-right: 30px;" onclick="window.open("https://github.com/MiniValine/AWESOME-MiniValine","_blank")" src="./assets/awesome.svg">
<iframe allowtransparency="true" frameborder="0" scrolling="0" width="98" height="20"></iframe>
</div>
<div class="comment"></div>
</div>
</div>
<div class="copy">
© since 2020 <a href="https://github.com/MiniValine/MiniValine" target="_blank">MiniValine</a>
</div>
<script src="./assets/js.js"></script>
<script>
// new MiniValine({
// el: '.comment',
// mode: 'DesertsP',
// appId: 'MEEC7WU3MbE2gfGU0apei89u-MdYXbMMI',
// appKey: 'NQ91iwhxPcrPoAmSu4wpEJ8g',
// placeholder: 'Write a Comment',
// visitor: true,
// lang: 'en',
// RecordIP: true,
// md: true,
// math: true,
// enableUA: true,
// });
</script>
</body>
</html>