Version 0.1.0 - Ajout du serveur Express

This commit is contained in:
Raphix
2023-10-21 18:16:11 +02:00
parent f3ecace914
commit 99f0392a6c
11 changed files with 1915 additions and 0 deletions

13
views/index.ejs Normal file
View File

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