mirror of
https://git.hmsn.ink/kospo/helptalk/api.git
synced 2026-03-20 05:33:36 +09:00
13 lines
293 B
HTML
13 lines
293 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<script src="../node_modules/lodash/lodash.js"></script>
|
|
<script src="../node_modules/benchmark/benchmark.js"></script>
|
|
<script src="../mithril.js"></script>
|
|
<script src="test-perf.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|