-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.11 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img class="mainImg" src="https://25677985.fs1.hubspotusercontent-eu1.net/hubfs/25677985/Aesthetics/hero-image-1.webp" alt="">
<span class="dot1"></span>
<span class="obj2"></span>
<span class="obj3"></span>
<p class="head1">playable</p>
<h1>musical instruments</h1>
<p class="para1">Aesthetics is must even if you want to show something related to music or technical stuff.</p>
<span class="dot2"></span>
<h2>music digitized</h2>
<p class="para2">Various instruments at your service. We know it's just two of them.</p>
<a href="DrumKit/drumkit.html"><img class="img pos1" src="Images/drumkit.png" alt=""></a>
<a href="Piano/piano.html"><img class="img pos2" src="Images/piano.png" alt=""></a>
<h3>DrumKit            Piano</h3>
</body>
</html>