Files
librePECS/index.html

10 lines
181 B
HTML
Raw Normal View History

2025-06-30 12:33:11 -06:00
<html>
<head>
<title>librePECS</title>
2025-07-07 16:06:33 -06:00
<link href="main.css" rel="stylesheet" />
2025-06-30 12:33:11 -06:00
<script src="pecslib.js"></script>
</head>
<body></body>
2025-07-07 16:07:27 -06:00
<script src="main.js"></script>
2025-06-30 12:33:11 -06:00
</html>