1
0
Fork 0
mirror of https://github.com/uhIgnacio/igna.rocks.git synced 2024-08-15 02:23:12 +00:00

Revert "Simplify home page"

This reverts commit eeb692588c
This commit is contained in:
Jason Yavorska 2020-05-20 13:46:59 +00:00
parent f5441284fa
commit 636518ba7d

View file

@ -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>