mirror of
https://gitlab.com/bonnebulle/plain-html-redo.git
synced 2025-12-06 01:59:32 +01:00
@@ -2,14 +2,21 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Plain HTML site using GitLab CI/CD</title>
|
<meta name="generator" content="GitLab Pages">
|
||||||
|
<title>Plain HTML site using GitLab Pages</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="navbar">
|
||||||
|
<a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
|
||||||
|
<a href="https://gitlab.com/pages/plain-html/">Repository</a>
|
||||||
|
<a href="https://gitlab.com/pages/">Other Examples</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h1>Hello World!</h1>
|
<h1>Hello World!</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This is a simple plain-HTML website without any fancy static site generator.
|
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user