initial commit

This commit is contained in:
Djalim Simaila 2025-01-17 11:10:21 +01:00
commit 8edee5d94f
2 changed files with 21 additions and 0 deletions

21
index.html Normal file
View File

@ -0,0 +1,21 @@
<head>
<meta name="description" content="Free Web tutorials">
<meta charset="UTF-8">
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<div id="header">
<div id=menubar>
<button type="button"> Home Page </button>
<button type="button"> Blog perso </button>
<button type="button"> Projets </button>
<button type="button"> A propos de moi </button>
<button type="button"> Quiz surprise :) </button>
</div>
<div id="title">
<h1>Random title cause its fun</h1>
</div>
</div>
</body>

0
static/style.css Normal file
View File