You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
589 B
HTML

4 years ago
<html>
<head>
<meta charset="utf-8">
<title>TIC-80 files</title>
4 years ago
<link rel="stylesheet" href="dist/codemirror.css">
4 years ago
<!-- <link rel="stylesheet" href="node_modules/codemirror/theme/base16-dark.css"> -->
<!-- <link rel="stylesheet" href="node_modules/codemirror/theme/monokai.css"> -->
4 years ago
<style>
.CodeMirror { height: 500px }
</style>
4 years ago
</head>
<body>
<h1>TIC80 files</h1>
<div id="listing"></div>
<div id="code"></div>
<script src="dist/inspect_tic.js"></script>
4 years ago
</body>
4 years ago
</html>