first commit

This commit is contained in:
2026-03-02 14:42:04 +01:00
commit 70a28837fe
29 changed files with 433 additions and 0 deletions

17
templates/page_vide.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style/style_base.css" />
<title> Mon Titre</title>
<style type="text/css">
h1:hover {color: green;}
p {text-align: center;}
</style>
</head>
<body>
<h1 style="color: blueviolet;">Ma page web</h1>
<p > Mon pargraphe </p>
</body>
</html>