initial commit
This commit is contained in:
commit
8edee5d94f
21
index.html
Normal file
21
index.html
Normal 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
0
static/style.css
Normal file
Loading…
Reference in New Issue
Block a user