broke out library to its own js file and implimented modules

This commit is contained in:
2025-08-18 16:50:40 -06:00
parent 5de0ea7f8a
commit 7b3aa42ef8
4 changed files with 20 additions and 11 deletions

View File

@@ -2,8 +2,7 @@
<head>
<title>librePECS</title>
<link href="main.css" rel="stylesheet" />
<script src="pecslib.js"></script>
</head>
<body></body>
<script src="main.js"></script>
<script type="module" src="main.js"></script>
</html>