12 lines
466 B
HTML
12 lines
466 B
HTML
<html>
|
|
<head>
|
|
<link rel="icon" href="./icon.svg">
|
|
<!-- TODO: support for css imports are yet to be added (as simple assets or through a preprocessor-->
|
|
<!-- <link rel="stylesheet" href="./joker.css">-->
|
|
</head>
|
|
<body>
|
|
<!-- TODO: this shouldn't have been commented out, but our plugin fails if it is included (which shoudn't happen!!) -->
|
|
<!--<script src="./batman.js" type="module"></script>-->
|
|
</body>
|
|
</html>
|