-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (85 loc) · 3.69 KB
/
Copy pathindex.html
File metadata and controls
88 lines (85 loc) · 3.69 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
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<title>Veland know-war</title>
<style>
#elscmt {
background: rgba(255,251,0,0.5);
border-style: solid;
border-width: 1px;
border-color: rgb(255,169,0);
border-radius: 10px;
margin: 10px;
padding: 10px;
color: black;
}
.dark-mode #elscmt {
border-color: rgb(200,200,200);
color: #eee;
}
</style>
</head>
<body>
<div class="root">
<div class="menu">
<h1 class="purple">know-war</h1>
</div>
<hr>
<div class="main">
<div class="stickybox">
<div class="sticky">
<div class="avatar">
<img src="./avatar.png" width="300" height="300">
</div>
<h1 class="purple">know-war(了解战争)</h1>
<div class="lightgray">
<p>大家好,我是know-war。</p>
<p>我叫吴雨哲。</p>
</div>
<div class="fangshi">
<ul>
<li>
<a href="https://github.com/jnvc583/">
<nobr>
<i class="fab fa-github"></i>
Github
</nobr>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="content">
<div class="friends">
<h2>🤝 友情链接:</h2>
<table>
<tr>
<td><div class="smallavt"><img src="https://avatars.githubusercontent.com/u/233418873?s=400&v=4" width="50" height="50"></div><a href="https://sexitor.github.io/">许梓浩(Sexitor)</a></td>
<td><div class="smallavt"><img src="https://avatars.githubusercontent.com/u/244911234?s=400&v=4" width="50" height="50"></div><a href="https://jdleels.github.io/">李钧宸(jdleels)</a></td>
</tr>
<tr>
<td><div class="smallavt"><img src="https://avatars.githubusercontent.com/u/214110183?s=400&v=4" width="50" height="50"></div><a href="https://jnvc583.github.io/">陈韵泽(jnvc583)</a></td>
</tr>
</table>
</div>
<div id="elscmt">李钧宸锐评:知战好学最合君,忠心耿耿为团体。</div>
<div class="posts">
<h2>文章:</h2>
<hr>
<div class="list">
<ul>
<li>
<a href="https://sexitor.github.io/posts/vl5p/index.html" target="_blank"><h1>维兰德四剑客+张善宇=维兰高科五人组。</h1></a>
<p>这5人是什么样的?一起来看看!<br>作者:许梓浩(Sexitor)<br>Date: October 19th, 2025, Sun.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="chrome-extension://ppmflikjmgfikpedcbmnlohapecejmpe/static/js/inject.js" type="text/javascript" async=""></script>
</body>
</html>