Version 1.0.0 - Basic Web Application

This commit is contained in:
2024-12-29 15:18:12 +01:00
parent 0ffcafdf3f
commit 6f637968bd
50 changed files with 42 additions and 6643 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Neutral - Erreur</title>
<title>Inventory - Erreur</title>
<link rel='stylesheet' href='/stylesheets/style.css'/>
<style>
body {

View File

@ -1,16 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Neutral</title>
<title>Inventory</title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
<h1>Neutral - Page de style</h1>
<p>Cette page est dédiée au développement et n'est pas en relation avec le Panel Neutral.</p>
<h1>Inventory - Page de style</h1>
<p>Cette page est dédiée au développement et n'est pas en relation avec Inventory.</p>
<a href="/"><button class="btn red"><span>Revenir sur le panel</span></button></a>
<hr>
<p>Police : <code>'Roboto', sans-serif</code></p>
<p>Liens : <a href="/stylepage">https://neutral.raphix.fr/stylepage</a></p>
<p>Liens : <a href="/stylepage">https://inventory.raphix.fr/stylepage</a></p>
<hr>
<br>
<style>