fanzine/static/popup/fanzine.html

14 lines
267 B
HTML
Raw Normal View History

2022-03-23 17:25:29 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
2022-03-29 13:31:29 +00:00
<link href="fanzine.css" rel="stylesheet">
2022-03-23 17:25:29 +00:00
</head>
<body>
2022-03-30 13:49:07 +00:00
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
2022-03-23 17:25:29 +00:00
<script src="fanzine.js"></script>
</body>
</html>