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

17 lines
323 B
HTML
Raw Normal View History

2016-07-12 17:40:03 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2020-05-20 13:45:18 +00:00
<title>Plain HTML site using GitLab CI/CD</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>
<h1>Hello World!</h1>
<p>
2020-05-20 13:45:18 +00:00
This is a simple plain-HTML website without any fancy static site generator.
2016-07-12 17:40:03 +00:00
</p>
</body>
</html>
2015-12-22 10:58:08 +00:00