neutral/views/index.ejs

13 lines
280 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2024-12-29 15:18:12 +01:00
<title>Inventory</title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
2024-12-29 15:18:12 +01:00
<body>
<script defer="" src="https://use.fontawesome.com/releases/v6.4.2/js/all.js" crossorigin="anonymous"></script>
</body>
</html>