mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
18 lines
559 B
HTML
18 lines
559 B
HTML
<html>
|
|
<head>
|
|
<title>Mocha</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<link rel="stylesheet" href="mocha.css" />
|
|
<script src="jquery.js" type="text/javascript"></script>
|
|
<script src="expect.js"></script>
|
|
<script src="mocha.js"></script>
|
|
<script>mocha.setup('bdd')</script>
|
|
<script src="qs.js"></script>
|
|
<script src="../parse.js"></script>
|
|
<script src="../stringify.js"></script>
|
|
<script>onload = mocha.run;</script>
|
|
</head>
|
|
<body>
|
|
<div id="mocha"></div>
|
|
</body>
|
|
</html>
|