-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 1.39 KB
/
Copy pathindex.html
File metadata and controls
32 lines (30 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en-us">
<!--FileName:index.html-->
<!--Author:Alexander Corley-->
<head>
<meta charset="UTF-8"/>
<title></title>
<link rel="stylesheet" href="madStyles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="madLibsStore.js" type="text/javascript"></script>
<script src="madScripts.js" type="text/javascript"></script>
</head>
<body>
<div class="header">
<a href="http://www.madlibs.com/"><img src="MadLibs-Logo.png" alt="Mad Libs Logo"/></a>
<h1>Mad Lib™ Generator</h1>
</div>
<div id="nav">
</div>
<div class="mainColumn">
<h3>About</h3>
<p>Mad libs™, invented in 1953 by <a href="https://en.wikipedia.org/wiki/Leonard_B._Stern">Leonard Stern</a> and <a href="https://en.wikipedia.org/wiki/Roger_Price_(comedian)">Roger Price</a>, is a phrasal template word game where one player prompts others for a list of words to substitute for blanks in a story, before reading the – often comical or nonsensical – story aloud.</p>
<h3>How to Play</h3>
<p>You, as the player, give us the words that we ask for and we will fill them into the story for you to read. Choose a story on the left to begin.</p>
</div>
<div class="footer">
<a href="https://www.github.com/archer77">github.com/archer77</a>
</div>
</body>
</html>