-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticle.html
64 lines (49 loc) · 1.99 KB
/
article.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CoorChice</title>
<link rel="shortcut icon" href="res/img/JJK_1.png" type="image/x-icon" />
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="css/highlight_1.css"> -->
<link id="article_style" rel="stylesheet" type="text/css" href="css/html_style_2.css">
<link rel="stylesheet" type="text/css" href="css/change_style.css">
<link rel="stylesheet" type="text/css" href="css/directory.css">
<script type="text/javascript" src="js/utils.js"></script>
<script type="text/javascript" src="js/article.js"></script>
<script type="text/javascript" src="js/highlight.js"></script>
<script type="text/javascript" src="js/snackbar.js"></script>
<!-- <script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML">
</script> -->
<script>
getArticleContent();
hljs.initHighlightingOnLoad();
</script>
</head>
<body>
<!-- 换皮肤 -->
<div id="change_style">
<ul class="ul_change_style">
<div class="dropdown">
<a href="javascript:void(0)">主题</a>
<div class="dropdown-content">
<a href="javascript:changeStyle('css/html_style_2.css')">夏日</a>
<a href="javascript:changeStyle('css/html_style_1.css')">暖暖</a>
</div>
</div>
</ul>
</div>
<article class="article_pre">
</article>
<footer style="display: none">
<p>Create by: <a href="https://juejin.im/user/57fc43b67db2a200595ffd94">CoorChice</a></p>
<p>Contact information: <a href="[email protected]">[email protected]</a>.</p>
</footer>
<div style="width: 100%;height:15%">
</div>
<script>
addSnackbar();
</script>
</body>
</html>