-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (20 loc) · 785 Bytes
/
index.html
File metadata and controls
26 lines (20 loc) · 785 Bytes
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Waterslide Test</title>
<link href="waterslide.css" rel="stylesheet" />
<!--[if IE]>
<style type="text/css">
div#waterslide {
left: -1px;
}
</style>
<![endif]-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script>
<script type="text/javascript" src="waterslide.js"></script>
</head>
<body>
<h1>Waterslide Test</h1>
<p>In order for this to work, you need to have the server running as well. Be sure to copy config.rb.example to config.rb and fill in the correct values. Then, it should be as easy as ruby -rubygems app.rb.</p>
</body>
</html>