A static/landing_page/403.html => static/landing_page/403.html +12 -0
@@ 0,0 1,12 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
+ <title>403 - Forbidden</title>
+</head>
+<body>
+ <h1>403 - Forbidden</h1>
+ <p>You are talking to <a href="https://ubuntu2.dominic-ricottone.com">Ubuntu2</a>.</p>
+</body>
+</html>
+
A static/landing_page/404.html => static/landing_page/404.html +12 -0
@@ 0,0 1,12 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
+ <title>404 - Not Found</title>
+</head>
+<body>
+ <h1>404 - Not Found</h1>
+ <p>You are talking to <a href="https://ubuntu2.dominic-ricottone.com">Ubuntu2</a>.</p>
+</body>
+</html>
+
A static/landing_page/500.html => static/landing_page/500.html +12 -0
@@ 0,0 1,12 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
+ <title>500 - Internal Server Error</title>
+</head>
+<body>
+ <h1>500 - Internal Server Error</h1>
+ <p>You are talking to <a href="https://ubuntu2.dominic-ricottone.com">Ubuntu2</a>.</p>
+</body>
+</html>
+
A static/landing_page/502.html => static/landing_page/502.html +12 -0
@@ 0,0 1,12 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
+ <title>502 - Bad Gateway</title>
+</head>
+<body>
+ <h1>502 - Bad Gateway</h1>
+ <p>You are talking to <a href="https://ubuntu2.dominic-ricottone.com">Ubuntu2</a>.</p>
+</body>
+</html>
+
A static/landing_page/503.html => static/landing_page/503.html +12 -0
@@ 0,0 1,12 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
+ <title>503 - Service Unavailable</title>
+</head>
+<body>
+ <h1>503 - Service Unavailable</h1>
+ <p>You are talking to <a href="https://ubuntu2.dominic-ricottone.com">Ubuntu2</a>.</p>
+</body>
+</html>
+
A static/landing_page/504.html => static/landing_page/504.html +12 -0
@@ 0,0 1,12 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
+ <title>504 - Gateway Timeout</title>
+</head>
+<body>
+ <h1>504 - Gateway Timeout</h1>
+ <p>You are talking to <a href="https://ubuntu2.dominic-ricottone.com">Ubuntu2</a>.</p>
+</body>
+</html>
+
A static/landing_page/index.html => static/landing_page/index.html +18 -0
@@ 0,0 1,18 @@
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
+ <title>Ubuntu2</title>
+</head>
+<body>
+ <main>
+ <div id="content">
+ <h1>Welcome!</h1>
+ <p>This is the default landing page for Ubuntu2.</p>
+ <p>Looking for a blog? Try <a href="https://www.dominic-ricottone.com">www.dominic-ricottone.com</a>.</p>
+ <p>Looking for a code repository? Try <a href="https://git.dominic-ricottone.com">git.dominic-ricottone.com</a>.</p>
+ </div>
+ </main>
+</body>
+</html>
+