-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchain.html
More file actions
29 lines (25 loc) · 1.24 KB
/
chain.html
File metadata and controls
29 lines (25 loc) · 1.24 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
<html>
<head><link href="style.css" rel="stylesheet" type="text/css">
</head>
<nav class="navbar">
<ul>
<li><a href="C:\Users\Dennis\OneDrive\文档\suon\3u\ics 3u\css web assignment( Dennis Lyu)\CSS Web Assignment(Dennis LYU).html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<object data='chainsomkes.pdf' width="800px" height="600px"></object><br><hr style="color: red;">
<ol style="color: whitesmoke; font-size: 40px;">1. Something Just Like This</ol>
<ul style="color: whitesmoke; font-size: 20px;"><mark>February 22, 2017</mark></ul>
<video controls>
<source src="The Chainsmokers & Coldplay - Something Just Like This (Lyric) - YouTube 和另外 5 个页面 - 个人 2 - Microsoft Edge 2024-09-16 21-14-30.mp4" width="300px" height="300px">
</video>
<audio src="The Chainsmokers _ Coldplay - Something Just Like This.flac" controls>
</audio><hr>
<ol style="color: whitesmoke; font-size: 40px;">2. Closer</ol>
<ul style="color: whitesmoke; font-size: 20px;"><mark>July 29, 2016</mark></ul>
<audio src="The Chainsmokers _ Halsey - Closer.flac" controls>
</audio><hr>
</body>
</html>