-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
66 lines (60 loc) · 2.43 KB
/
about.html
File metadata and controls
66 lines (60 loc) · 2.43 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
<!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="About">
<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>About | Earthworm-Web</title>
</head>
<body>
<h1>About</h1>
<div id="list">
<ul>
<li><a href="/">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" class="active">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>
People (5)
</h2>
<table>
<tr>
<td>
<a href="https://github.com/Little-Earhworm" target="_blank"><img src="/images/users/little-earthworm.jpg" width="100px;"><br><sub><b>Little-Earhworm</b></sub></a>
</td>
<td>
<a href="https://github.com/ljy-002" target="_blank"><img src="/images/users/ljy-002.jpg" width="100px;"><br><sub><b>ljy-002</b></sub></a>
</td>
<td>
<a href="https://github.com/MapMaths" target="_blank"><img src="/images/users/mapmaths.png" width="100px;"><br><sub><b>MapMaths</b></sub></a>
</td>
<td>
<a href="https://github.com/Adamtimmy" target="_blank"><img src="/images/users/adamtimmy.jpg" width="100px;"><br><sub><b>Adamtimmy</b></sub></a>
</td>
<td>
<a href="https://github.com/Adamtimmy-AT" target="_blank"><img src="/images/users/adamtimmy-at.png" width="100px;"><br><sub><b>Adamtimmy-AT</b></sub></a>
</td>
</tr>
</table>
</body>
</html>