-
Notifications
You must be signed in to change notification settings - Fork 28
/
main.html
28 lines (25 loc) · 1.1 KB
/
main.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
27
28
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Replace this with your own markup -->
<h1>iBooks HTML Widget Boilerplate</h1>
<p>
This boilerplate was developed by
<a href="http://trevorburnham.com">Trevor Burnham</a> and is open-sourced
under the MIT License.
</p>
<p>
If you’ve found this project useful, please consider buying some of
Trevor's books: <em><a
href="http://pragprog.com/book/tbcoffee/coffeescript">CoffeeScript:
Accelerated JavaScript Development</a></em>, published by PragProg, and
<em><a href="http://click.linksynergy.com/fs-bin/stat?id=j5lGZbrn4Rg&offerid=243958&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fbook%252Fcoffeescript%252Fid498532763%253Fmt%253D11%2526uo%253D4%2526partnerId%253D30">CoffeeScript: An interactive Reference</a></em> for
the iPad.
</p>
<script type="text/javascript" src="js/script.js" charset="utf-8"></script>
</body>
</html>