-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolo-website.html
More file actions
39 lines (31 loc) · 885 Bytes
/
solo-website.html
File metadata and controls
39 lines (31 loc) · 885 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
28
29
30
31
32
33
34
35
36
37
38
<body>
<header>
<h1>Joseph Fields is the Coolest</h1>
<link rel="stylesheet" type="text/css" href="solo-website.css">
</header>
<nav>
Social<br>
Music<br>
Health<br>
</nav>
<section>
<h1>The Cool Man</h1>
<p>
Joseph Fields is an incredibly cool man. The coolest man in the world. He has so many cool things to show you like...
</p>
<ul>
<li> Music </li>
<br>
<li> Programming </li>
<br>
<li> Health </li>
</ul>
<p>
</p>
</section>
<iframe width="75%" height="100" scrolling="no" frameborder="yes" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/190023241&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<footer>
<p> This is another work by the incredible Joseph Fields </p>
</footer>
</body>
</html>