-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplash.html
20 lines (19 loc) · 1.05 KB
/
splash.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- splash.html -->
<html>
<head>
<meta charset="utf-8">
<link href = "./splash.css" rel = "stylesheet" type = "text/css">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic|Vast+Shadow|Oswald:300|Playfair+Display+SC" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Ultra' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
<body>
<p id = "title">Dinosaur Spaceship</p>
<div id = "container">
<p id = "alice"><a href = "./Alice_in_Wonderland/1">Alice <span id = "in">in</span> Wonderland</a></p>
<p id = "peter"><a href = "./Peter_Pan/1">Peter <span id = "and">&</span> Wendy</p>
<p id = "jungle"><a href = "./Jungle_Book/1">The Jungle Book</a></p>
<p id = "andersen"><a href = "./Andersens_Fairy_Tales/1">Andersen's Fairy Tales</a></p>
<p id = "aesop"><a href = "./Aesops_Fables/1">Æsop's Fables</a></p>
</div>
</body>
</html>