-
Notifications
You must be signed in to change notification settings - Fork 0
/
rayla.html
25 lines (24 loc) · 915 Bytes
/
rayla.html
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>我的测试页面</title>
<link href="styles/style.css" rel="stylesheet">
<link href="https://fonts.font.im/css?family=Open+Sans" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Rayla is the coolest hero!</h1>
<img src="images/rayla-official.png" alt="rayla-最帅的英雄">
<p>She has many good friends. They are...</p>
<ul>
<li><a href="https://dragonprince.fandom.com/wiki/Callum">Callum</a></li>
<li>Ezran</li>
<li>Azymondias</li>
<li>...</li>
</ul>
<p>Rayla and her friends devote themselves to the quest of restoring peace to the world.</p>
<p><a href="https://thedragonprince.com/news/">Welcome to the world of Dragon Prince</a> .</p>
<button>switch user</button>
<script src="scripts/main.js" defer></script>
</body>
</html>