added CSS reference in index.html

This commit is contained in:
2025-07-07 16:06:33 -06:00
parent 6c70a99848
commit 75457a6bea

View File

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