-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 878 Bytes
/
index.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>
<link rel="stylesheet" href="styles.css">
<title>OSSM</title>
</head>
<body>
<img src="images/logo.jpeg" alt="ossm logo" width="25%" height="25%">
<h1>Trip-hop Prog Band</h1>
<h2>Who are the shronk ducks mf??</h2>
<p>Chris</p>
<p>David</p>
<p>Carlos</p>
<a href="#livesession">Watch us live from your bedroom!</a>
<img src="images/shronkducks.jpeg" alt="Shronk ducks" width="50%" height="50%">
<h3>Drunk Shronk Quacklings Faqs!!!</h3>
<p>Not Shrunk</p>
<p>Not Ducks</p>
<h4>Maybe Mfs</h4>
<h3 id="livesession">Videos</h3>
<a href= "https://youtu.be/ppi9G3kgeas">
<img src= "images/utubelive.png" alt="Live Session Screenshot" width="50%" height="50%">
</a>
</body>
</html>