22 lines
552 B
HTML
22 lines
552 B
HTML
<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>
|
|
|