tvl-depot/users/wpcarro/slx.js/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
348 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Tests</title>
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css" />
</head>
<body>
<div id="mount"></div>
<script src="./index.js"></script>
<script src="./tests.js" type="module"></script>
</body>
</html>