13 lines
267 B
HTML
13 lines
267 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link href="fanzine.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script src="fanzine.js"></script>
|
|
</body>
|
|
</html>
|
|
|