Premier commit

This commit is contained in:
2024-12-29 16:03:49 +01:00
commit aa5176a04c
21 changed files with 3551 additions and 0 deletions

14
views/login.ejs Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Inventory</title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
<script defer="" src="https://use.fontawesome.com/releases/v6.4.2/js/all.js" crossorigin="anonymous"></script>
</body>
</html>