added basic index.html

This commit is contained in:
2025-06-30 12:33:11 -06:00
parent 698487679d
commit f03fb9c7cd

8
index.html Normal file
View File

@@ -0,0 +1,8 @@
<html>
<head>
<title>librePECS</title>
<script src="pecslib.js"></script>
</head>
<body></body>
<script src="main.sj"></script>
</html>