removed static html file as is obsolete
This commit is contained in:
parent
fb35110066
commit
9da5ea74ab
1 changed files with 0 additions and 23 deletions
23
reader.html
23
reader.html
|
@ -1,23 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
|
||||
<title>Canvas Test</title>
|
||||
|
||||
<link rel="stylesheet" href="reset.css" media="screen, projection" />
|
||||
<link rel="stylesheet" href="styles.css" media="screen, projection" />
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
||||
<script src="lib/pixastic/pixastic.core.js"></script>
|
||||
<script src="lib/pixastic/actions/brightness.js"></script>
|
||||
<script src="lib/pixastic/actions/desaturate.js"></script>
|
||||
<script src="lib/pixastic/actions/sharpen.js"></script>
|
||||
<script src="lib/ComicBook.js"></script>
|
||||
</head>
|
||||
<body id="body"">
|
||||
<canvas id="comic">The reader only works with modern browsers currently. Legacy browser support is coming soon.</canvas>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue