11 lines
195 B
HTML
11 lines
195 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Basic Example</title>
|
|
<link rel="stylesheet" href="../dist/comicbook.css">
|
|
<script src='../dist/comicbook.js'></script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|