prototype-3x5/index.html

14 lines
267 B
HTML
Raw Normal View History

2023-07-21 22:19:10 -04:00
<!DOCTYPE html>
<html>
<head>
<title>3x5</title>
<meta charset="UTF-8" />
</head>
<body>
<script src="helpers.js"></script>
2023-07-29 00:26:29 -04:00
<script src="peg.js"></script>
2023-07-27 01:54:06 -04:00
<script src="notcl.js"></script>
2023-07-21 22:19:10 -04:00
<script src="3x5.js"></script>
</body>
</html>