mirror of
https://gitlab.com/bonnebulle/plain-html-redo.git
synced 2025-12-06 01:59:32 +01:00
22 lines
582 B
HTML
22 lines
582 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="generator" content="GitLab Pages">
|
|
<title>Plain HTML site using GitLab Pages</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div class="navbar">
|
|
<a href="https://bonnebulle.gitlab.io/plain-html-redo">URL du projet</a> (sur gitlab, repo d'origine) + <a href="https://gitlab.com/bonnebulle/plain-html-redo">Repo gitlab</a>
|
|
</div>
|
|
|
|
<h1>Bonjour le Monde !</h1>
|
|
|
|
<p>
|
|
Un projet simple construit grâce à un template sur GitLab
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|