prototype-3x5/index.html

12 lines
232 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>3x5</title>
<meta charset="UTF-8" />
</head>
<body>
<script src="helpers.js"></script>
<script src="notcl.js"></script>
<script src="3x5.js"></script>
</body>
</html>