skriptbench/index.html

10 lines
185 B
HTML
Raw Normal View History

2023-03-16 13:15:15 -05:00
<!DOCTYPE html>
<html>
<head>
2023-03-16 13:16:21 -05:00
<title>skriptBench</title>
2023-03-16 13:15:15 -05:00
</head>
<body>
2023-03-16 13:16:21 -05:00
<h1>Testing...</h1>
2023-03-16 13:15:15 -05:00
</body>
<script src="bench.js"></script>
</html>