-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.04 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Test Page: Don't Panic</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--<link href="css/style.css" rel="stylesheet">-->
</head>
<body>
<h1>I'm a H1</h1>
<ul>
<li><a href="http://example.com/" style="color: red;">Link</a></li>
<li><a href="http://example.com/" style="color: red;">Link</a></li>
<li><a href="http://example.com/" style="color: red;">Link</a></li>
</ul>
<h2>I'm a H2</h2>
<div style="border: 1px solid black">
<a href="http://example.com/" style="color: green;">I'm a link</a>
</div>
<div style="border: 1px solid black">
<a href="http://example.com/" style="color: green;">I'm a link</a>
</div>
<div style="border: 1px solid black">
<a href="http://example.com/" style="color: green;">I'm a link</a>
</div>
<div style="border: 1px solid black">
<a href="http://example.com/" style="color: green;">I'm a link</a>
</div>
</body>
</html>