mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
12 lines
357 B
HTML
12 lines
357 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Mocha</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./node_modules/mocha/mocha.css" />
|
|
<script src="/test/test.build.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|