-
Notifications
You must be signed in to change notification settings - Fork 0
/
works.html
41 lines (38 loc) · 1.55 KB
/
works.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My works - Kirbysfan's website</title>
<link rel="stylesheet" href="style/main.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7664629045569792"
crossorigin="anonymous"></script>
</head>
<body>
<div>
<nav>
<p class="hf">
Language: <a href="sc/works.html">简体中文</a> <a href="#">English</a><br>
<a href="rocky.html">Meet Rocky, my DNAxCAT oc!</a>
</p>
</nav>
<nav>
<img src="welcome.png" class="welcome">
<p><a href="index.html" class="navigate">Home</a><img src="hoshi.svg" class="hoshi"><a href="works.html"
class="navigate">Works</a><img src="hoshi.svg" class="hoshi"><a href="projects.html"
class="navigate">Projects</a></p>
</nav>
<main>
<p>Here shows some of the fan made works that I've done before.</p>
<ul>
<li><a href="works/cinnamolinux.html">CinnamoLinux</a></li>
<li><a href="works/warmalinux.html">Warma Linux</a></li>
</ul>
</main>
<footer class="hf">
<p>Check out my <a href="https://weibo.com/u/6881068668">Weibo</a> <a
href="https://twitter.com/kirbysfan1">Twitter</a></p>
</footer>
</div>
</body>
</html>