From 1ef2f4de299d53b0c7efca4484f1d4e423bb935b Mon Sep 17 00:00:00 2001 From: jshjelse <jshjelse@stud.ntnu.no> Date: Thu, 7 Sep 2023 10:06:18 +0200 Subject: [PATCH] =?UTF-8?q?Begynne=20s=C3=A5=20sm=C3=A5tt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProgGIS.html | 13 +++++++++++++ index.html | 9 --------- 2 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 ProgGIS.html delete mode 100644 index.html diff --git a/ProgGIS.html b/ProgGIS.html new file mode 100644 index 0000000..ea401b7 --- /dev/null +++ b/ProgGIS.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <title>ProgGIS</title> + <style> + + </style> + </head> + <body> + <h1 style="text-align: center; font-weight: bold; font-family: monospace;">ProgGIS</h1> + <p>This is a GitLab page :)</p> + </body> +</html> diff --git a/index.html b/index.html deleted file mode 100644 index 17cb2b8..0000000 --- a/index.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <title>Hello world!</title> - </head> - <body> - <p>This is a GitLab page :)</p> - </body> -</html> -- GitLab