2016-07-12 17:40:03 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="generator" content="GitLab Pages">
|
|
|
|
<title>Plain HTML site using GitLab Pages</title>
|
2016-07-12 20:46:08 +00:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2016-07-12 17:40:03 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2016-07-12 20:46:08 +00:00
|
|
|
<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>
|
|
|
|
|
2016-07-12 17:40:03 +00:00
|
|
|
<h1>Hello World!</h1>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|
2015-12-22 10:58:08 +00:00
|
|
|
|