-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 1.44 KB
/
index.html
File metadata and controls
44 lines (40 loc) · 1.44 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Happy Mother's Day</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<style>
h1 {text-align: center;}
h4 {text-align: center;}
p {text-align: center;}
img {width: 100%;}
</style>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!-- Add your site or application content here -->
<h1></h1>
<p>
<h1>Roses are <font color="red">red,</font></h1> <br/>
<h1>Violets are <font color="blue">blue,</font></h1> <br/>
<h1>There is no mother,</h1> <br/>
<h1>Quite like You!</h1> <br/>
<h4>P.S. They stole the poem from me.</h4>
</p>
<p>
What a great bunch of kids you've raised. They love you and I know I do too! <br />
<img src="teeth.jpg"/><img src="snow.jpg" />
</p>
<!-- <audio controls>
<!-- <source src="horse.ogg" type="audio/ogg">-->
<!-- <source src="Gettysburg Address.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>-->
<script src="js/vendor/jquery.js"></script>
</body>
</html>