-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 823 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 823 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My test page</title>
<link href="mystyles/index.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="myimages/xiaoji.jpg" alt="My test image">
<h1>My main title</h1>
<h2>My top level heading</h2>
<h3>My subheading</h3>
<h4>My sub-subheading</h4>
<p>This is a single paragraph</p>
<p>At Mozilla, we’re a global community of</p>
<ul>
<li>technologists</li>
<li>thinkers</li>
<li>builders</li>
</ul>
<p>working together ... </p>
<a href="https://www.1pei.me/">一配云系统</a>
<script src="myscripts/index.js"></script>
</body>
</html>