25 lines
538 B
HTML
25 lines
538 B
HTML
<head>
|
|
<meta name="Acceuil">
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="static/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<div id=menubar>
|
|
<a class="title_button"> Home Page </a>
|
|
<a class="title_button"> Home Page </a>
|
|
<a class="title_button"> Home Page </a>
|
|
<a class="title_button"> Home Page </a>
|
|
<a class="title_button"> Home Page </a>
|
|
</div>
|
|
<div id="title">
|
|
<h1>I love commiting war crimes :)</h1>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="content">
|
|
|
|
</div>
|
|
</body>
|
|
|