-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (66 loc) · 2.63 KB
/
index.html
File metadata and controls
72 lines (66 loc) · 2.63 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="Earthworm-Web">
<meta name="author" content="Little-Earthworm">
<meta name="description" content="Earthworm-Web">
<meta name="generator" content="Visual Studio Code">
<meta name="copyright" content="©2020 Little-Earthworm">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">
<meta property="og:title" content="Home">
<meta property="og:type" content="GitHub-Page">
<meta property="og:image" content="/favicon.ico">
<meta property="og:description" content="Earthworm-Web">
<link rel="stylesheet" type="text/css" href="/css/web.css">
<link rel="stylesheet" type="text/css" href="/css/list.css">
<link rel="stylesheet" type="text/css" href="/css/text.css">
<script src="/js/web.js"></script>
<title>Home | Earthworm-Web</title>
</head>
<body>
<h1>Home</h1>
<div id="list">
<ul>
<li><a href="/" class="active">Home</a></li>
<li><a href="/projects">Projects</a>
<ul>
<li><a href="/projects/watch_now">Watch Now</a></li>
</ul>
</li>
<li><a href="/test">Test</a></li>
<li style="float: right;"><a href="/about">About</a></li>
<marquee><span>Warning: Earthworm-Web is no longer updated. Please go to <a href="https://quinn0823.github.io/" target="_blank">Quinn-Web</a>. Last update: 9 19, 2021.</span></marquee>
</ul>
</div>
<h2 style="text-align: center;">Welcome to Earthworm-Web!</h2>
<h2>About Me</h2>
<div id="about">
<dd>~ 12, Boy ⛹️<br>~ Student ✒️<br>~ Inventor ⚙️<br>~ Programmer ⌨️</dd>
<dd>I'm from Chongqing, China.</dd>
<dd>My hobbies are reading, writing & programming!</dd>
<dd>You know, I am building my own web (<a href="/">Earthworm-Web</a>).</dd>
<dd>It has many subpages.</dd>
<dd>Part of it is done now, but still needs to be improved.</dd>
<dd>The end, thank you for visiting! I wish you a pleasant visit on Earthworm-Web!</dd>
</div>
<hr>
<h2>You Can See Me On</h2>
<ul class="a">
<li><a href="https://github.com/Little-Earthworm" target="_blank">GitHub</a></li>
<li><a href="https://scratch.mit.edu/users/Little-Earthworm" target="_blank">Scratch</a></li>
<li><a href="https://glitch.com/@Little-Earthworm" target="_blank">Glitch</a></li>
</ul>
<hr>
<h2>Go To</h2>
<ul class="a">
<li><a href="/projects">Projects</a></li>
<ul>
<li><a href="/projects/watch_now">Watch Now</a></li>
</ul>
<li><a href="/test">Test</a></li>
<li><a href="/about">About</a></li>
</ul>
</body>
</html>