-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
42 lines (42 loc) · 1.28 KB
/
about.html
File metadata and controls
42 lines (42 loc) · 1.28 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
<!DOCTYPE html>
<html lang="am">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gugu的小窝</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
<link href="./css/index.css" rel="stylesheet" type="text/css">
<style>
a{
color: #00e;
}
h1{
text-align: center;
}
p{
text-align: center;
}
</style>
<script src="./js/index.js"></script>
</head>
<body>
<div id="content">
<nav id="header">
<a href="/">首页</a>
<a href="/about.html">关于我们</a>
</nav>
<div id="texts">
<h1>关于我们</h1>
<p>
站长: <a href="https://github.com/dogs0">@_</a><br>
(存货: 1;价格<del>¥114514</del>¥0)
</p>
<p style="color:#888;font-size:8px;">
<del>网站样式表抄自<a style="color:#888" href="https://gu-ing.pages.dev/">gu-ing.pages.dev</a>,未经授权,欢迎来我家打我(bushi</del>
</p>
<p></p>
</div>
</div>
<footer>© 2025 Gugu</footer>
</body>
</html>