]> Frank Brehm's Git Trees - pixelpark/puppetmaster-webhooks.git/commitdiff
add valid html
authorRobert Waffen <robert.waffen@pixelpark.com>
Thu, 18 Oct 2018 11:31:51 +0000 (13:31 +0200)
committerRobert Waffen <robert.waffen@pixelpark.com>
Thu, 18 Oct 2018 11:31:51 +0000 (13:31 +0200)
index.html

index 63a6f90837c12b75043651bfc2d4a608872335df..b4ae2b5a0490f17c79abf97ec4a892bfad5d09b7 100644 (file)
@@ -1 +1,15 @@
-i like turtles.
+<!doctype html>
+<html lang="en">
+
+<head>
+  <meta charset="utf-8">
+  <title>Puppetserver</title>
+  <meta name="description" content="Puppetserver">
+  <meta name="author" content="Puppetserver">
+</head>
+
+<body>
+  <h1>I'm a Puppetserver</h1>
+</body>
+
+</html>