This repository has been archived on 2025-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cetra/index.html

13 lines
296 B
HTML
Raw Normal View History

2023-10-16 15:53:32 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script src="./cetra.js" type="module"></script>
<script src="./main.js" type="module"></script>
</body>
</html>