-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (66 loc) · 2.66 KB
/
index.html
File metadata and controls
94 lines (66 loc) · 2.66 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<link rel="shortcut icon" href="/images/avatar.png" type="image/x-icon" />
<title>
</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="/fontawesome/css/brands.min.css">
<link rel="stylesheet" href="/fontawesome/css/solid.min.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXXXX');
</script>
<meta name="generator" content="Hexo 6.3.0"></head>
<body>
<div class="body-container">
<!-- <div class="header-wrapper"><header>
<div class="header-container">
<div class="header-menu-list">
<ul>
<li>
<a href="/">主页</a>
</li>
<li>
<a href="/about">关于</a>
</li>
</ul>
</div>
</div>
</header>
</div> -->
<div class="main-wrapper"><main>
<div class="main-container">
<div class="post-list">
<div class="post-item">
<a href="/2023/03/10/%E5%9C%BA%E8%AE%B0%E5%B7%A5%E5%85%B7%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8Epad/"><span class="post-item-date">2023/03/10</span> 场记工具使用说明</a>
</div>
<div class="post-item">
<a href="/2023/03/10/%E5%9C%BA%E8%AE%B0%E5%B7%A5%E5%85%B7%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8Eiphone/"><span class="post-item-date">2023/03/10</span> 场记工具使用说明</a>
</div>
<div class="post-item">
<a href="/2023/01/31/%E5%85%B3%E4%BA%8E%E9%97%AA%E7%94%B5%E5%88%86%E9%95%9C/"><span class="post-item-date">2023/01/31</span> 关于闪电分镜</a>
</div>
</div>
</div>
</main>
</div>
<div class="footer-wrapper"><footer>
<div class="footer-container">
<div class="footer-meta">
<div class="footer-meta-copyright">
© 2023 MediaStorm.
</div>
</div>
</div>
</footer>
</div>
</div>
</body>
</html>