mirror of
https://github.com/codedread/bitjs
synced 2025-10-04 01:59:15 +02:00
10 lines
230 B
HTML
10 lines
230 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Unit tests for bitjs.archive</title>
|
|
<script src="muther.js"></script>
|
|
<script src="../archive/archive.js"></script>
|
|
</head>
|
|
<body></body>
|
|
<script src="archive-test.js"></script>
|
|
</html>
|