skriptbench/index.html

10 lines
185 B
HTML
Raw Normal View History

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