19 lines
593 B
HTML
19 lines
593 B
HTML
<!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="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>
|