-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.htm
More file actions
19 lines (19 loc) · 758 Bytes
/
main.htm
File metadata and controls
19 lines (19 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<script>
document.addEventListener("webworksready", draw);
</script>
<div data-bb-type="screen" data-bb-effect="fade">
<div id="foo" data-bb-type="title" data-bb-caption="Fortune!"></div>
<div id="contention" data-bb-type="round-panel">
<center>
<div class="index">000</div>
<div class="content">Call me maybe?</div>
</center>
<div>
<div id="another" data-bb-type="button" data-bb-style="stretch" onclick="draw();">Another!</div>
</div>
<!-- Footer! -->
<div data-bb-type="round-panel">
<small>Powered by <a href="https://github.com/mbadran/jquery.fortune" target="_blank">jquery.fortune</a></small>
</div>
</div>