-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoems.html
26 lines (22 loc) · 838 Bytes
/
poems.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script language="javascript" type="text/javascript" src="libraries/p5.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Raleway">
<title>Dean's Website</title>
<link href="./css/skeleton.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
</head>
<body>
<div class='container'>
<div class='four columns offset-by-four' id='poems'>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="./format.js"></script>
<script src="./poems.js"></script>
</body>