public html URL + FR

This commit is contained in:
vincent_b
2024-11-19 17:21:49 +00:00
parent 6fb611603c
commit 7ef40a9e83

View File

@@ -8,15 +8,13 @@
</head> </head>
<body> <body>
<div class="navbar"> <div class="navbar">
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a> <a href="https://bonnebulle.gitlab.io/plain-html-redo">URL du projet</a>
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
<a href="https://gitlab.com/pages/">Other Examples</a>
</div> </div>
<h1>Hello World!</h1> <h1>Bonjour le Monde!</h1>
<p> <p>
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. Un projet simple construit grâce à un template sur GitLab
</p> </p>
</body> </body>
</html> </html>