-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.html
74 lines (74 loc) · 3.29 KB
/
content.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
<!DOCTYPE HTML>
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="css/common.css">
<link rel="icon" href="images/wanderer.jpg">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/gitment.css">
</head>
<body>
<a href="/"><label class="navi-button">Home</label></a>
<div class="main">
<div class="padding-y-3xl margin-bottom-xl text-center" style="background-color:#ecf0f1;">
<h2 id="title"></h2>
<br>
<text id="instruction"></text>
</div>
<div class="container">
<div class="article">
<div id="content" class="gitment-markdown my-5">Content is loading...</div>
<div class="post-tags" id="labels"></div>
<hr>
<div lang="zh-CN" class="gitment-container gitment-header-container">
<span><strong id="comments-num"></strong> comments</span>
</div>
<div lang="zh-CN" class="gitment-container gitment-comments-container">
<ul class="gitment-comments-list" id="comment-list"></ul>
</div>
<div class="text-center">
<ul class="pagination display-none" id="pages"></ul>
</div>
<div class="text-left">
<div class="gitment-container gitment-editor-container">
<div id="avatar"></div>
<div class="gitment-editor-main">
<div class="gitment-editor-header">
<nav class="gitment-editor-tabs">
<button class="gitment-editor-tab gitment-selected" id="editComment">Write</button>
<button class="gitment-editor-tab" id="preview">Preview</button>
</nav>
<div class="gitment-editor-login" id='login'></div>
</div>
<div class="gitment-editor-body">
<div class="gitment-editor-write-field" id="write-field">
<textarea placeholder="Leave a comment" title="请登入以发表评论" disabled id="comment-input"></textarea>
</div>
<div class="gitment-editor-preview-field gitment-hidden">
<div class="gitment-editor-preview gitment-markdown" id="preview-content">Nothing to preview</div>
</div>
</div>
</div>
<div class="gitment-editor-footer">
<a class="gitment-editor-footer-tip" href="https://guides.github.com/features/mastering-markdown/" target="_blank">
Markdown Syntax
</a>
<button class="gitment-editor-submit" disabled>Comment</button>
</div>
</div>
</div>
</div>
</div>
<div class="footer text-center">
<div id="icon" class="display-flex justify-content-center align-items-center"></div>
<div id="footer" class="text-center padding-top-xl" style="background: #2c3e50;color: white"></div>
</div>
</div>
<img class="Totop" href="javascript:;" src="images/totop.png">
</body>
<script src = "js/jquery.min.js"></script>
<script src="js/gitblog.js"></script>
</html>