mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
18 lines
432 B
HTML
18 lines
432 B
HTML
<html>
|
|
<head>
|
|
<title>Mocha</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<link rel="stylesheet" href="mocha.css" />
|
|
</head>
|
|
<body>
|
|
<div id="mocha"></div>
|
|
<script src="mocha.js"></script>
|
|
<script src="../build/build.js"></script>
|
|
<script>mocha.setup('bdd')</script>
|
|
<script src="keycode.js"></script>
|
|
<script>
|
|
mocha.run();
|
|
</script>
|
|
</body>
|
|
</html>
|