-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 881 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
26
27
<!DOCTYPE html>
<html>
<head>
<title> Grandma's Lemon Meringue Pie </title>
<link rel="shortcut icon" href="https://courses.cs.washington.edu/courses/cse190m/09sp/homework/1/pie_icon.gif" />
<link rel="stylesheet" href="index.css" type="text/css" />
</head>
<body>
<div class="header"><h1 class="header">The Tutorial of Lemon Pie</h1></div>
<h1> Grandma's Lemon <br />Meringue Pie
<a href="pie.html">
<img src="https://b-ssl.duitang.com/uploads/item/201605/09/20160509152758_kvwJc.thumb.700_0.jpeg" weight="110" height="110"/>
</a>
</h1>
<br />
<p>
<strong><a href="pie.html">LET'S GO!</a></strong>
<br />
<audio controls="controls" height="100" width="100">
<source src="Truth.mp3" type="audio/mp3" />
<source src="Truth.ogg" type="audio/ogg" />
<embed height="100" width="100" src="Truth.mp3" />
</audio>
</p>
</body>
</html>