initial commit, basic ComicBook class structure, image preloading, single page display (no navigation) done.
This commit is contained in:
commit
ab01d45ea1
3 changed files with 98 additions and 0 deletions
17
reader.html
Normal file
17
reader.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
|
||||
<title>Canvas Test</title>
|
||||
|
||||
<link rel="stylesheet" href="http://github.com/joshuaclayton/blueprint-css/raw/master/blueprint/src/reset.css">
|
||||
<link rel="stylesheet" href="styles.css" media="screen, projection">
|
||||
<script src="scripts.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="comic">get a better browser, fool.</canvas>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue