-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
24 lines (24 loc) · 1015 Bytes
/
test.html
File metadata and controls
24 lines (24 loc) · 1015 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
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link href="https://fonts.googleapis.com/css?family=Merienda+One" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="nav.css" >
<link rel="stylesheet" type="text/css" href="footer.css">
<script src="js/test.js" type="module"></script>
<script src="js/music.js" type="module"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
</head>
<body style="background-color:lightblue;">
<div class="commentsbox">
<div class="comentholder">
<h3 class="postedname">Comment by:</h3>
<div class="postedcomm2ent">
<h4 class="webcomment"> the cat in the hat fell from a river, but had fun dooing it </h4>
</div>
<div style="height:10px;"></div>
<hr style="height:.1px;border:.5px solid black;">
</div>
</div>
</body>
</html>