prototype-3x5/index.html

13 lines
232 B
HTML
Raw Normal View History

2023-07-22 02:19:10 +00:00
<!DOCTYPE html>
<html>
<head>
<title>3x5</title>
<meta charset="UTF-8" />
</head>
<body>
<script src="helpers.js"></script>
2023-07-27 05:54:06 +00:00
<script src="notcl.js"></script>
2023-07-22 02:19:10 +00:00
<script src="3x5.js"></script>
</body>
</html>