-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 766 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="Styles.css">
<title>Songs with the Guitar</title>
</head>
<body>
<a href="about.html">About Me</a>
<a href="songs.html">Songs</a>
<h1>Hello, World!</h1>
<p>Hi, I'm Dequan and I'm here to help you know how to play some songs on the guitar.<br>
"But Dequan, what if I don't know how to play a certain note?" Don't worry, I got you<br>
cover each song you pick has notes and when you click on it, it will show you how to <br>
perform this note.</p>
<img src="http://www.fmicassets.com/demandware/assets/acoustic-guitars/overview/acoustic-guitar-overview-classical-guitar-mobile.png">
</body>
</html>