-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnested.html
More file actions
46 lines (41 loc) · 1.68 KB
/
nested.html
File metadata and controls
46 lines (41 loc) · 1.68 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
<!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="Earthworm-Web">
<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">
<title>Earthworm-Web | Earthworm-Web</title>
</head>
<body>
<h1>Earthworm-Web</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">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>
<div id="center">
<p>All rights reserved. Nested this websites are not allowed for the time being.</p>
<p><a href="/" target="_blank">Go Home (new window)</a></p>
</div>
</body>
</html>