-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 983 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (26 loc) · 983 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
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.font.im/css?family=Open+Sans" rel="stylesheet" type="text/css">
<button>change user</button>
<script src="scripts/main.js" defer></script>
<title>My test page</title>
</head>
<body>
<h1>the galgame everybody like</h1>
<img src="images/OIP-C.jfif" alt="grils get head to wilderness">
<p>the game is written by ksc who has finish so many wondful work,such as</p>
<ol>
<li>rewrite</li>
<li>finally now</li>
<li>the plan of family</li>
</ol>
<a href="https://bangumi.tv/person/6149">the author</a>
<p>in my opinion,ksc is the most greatest author of galgame because he had created so many impressive works </p>
<h2>some content</h2>
<p>my cat is <strong>very</strong> grumpy</p>
<p>可以成功解析中文吗?</p>
</body>
</html>