waforth/tests/index.html
Remko Tronçon 73db2977f2 Import
2018-05-21 16:44:58 +02:00

12 lines
353 B
HTML

<html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" rel="stylesheet" />
</head>
<body>
<h1 style="font-family: sans-serif; margin: 1rem; ">WAForth Test Suite</h1>
<div style="margin-top: 30px;" id="mocha"></div>
<script src="./index.js"></script>
</body>
</html>