From 8733d2aac2085b416d4f72327953673943a3bc4c Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Mon, 8 Feb 2021 21:40:00 +0100 Subject: [PATCH] refactor: simplify public example assets --- public/404.html | 28 ++-------------------------- public/50x.html | 28 ++-------------------------- public/index.html | 14 ++++---------- 3 files changed, 8 insertions(+), 62 deletions(-) diff --git a/public/404.html b/public/404.html index 192df19..9ee751b 100644 --- a/public/404.html +++ b/public/404.html @@ -1,33 +1,9 @@ - - - - - 404 Not Found - +404 Not Found - -

404

-

Content was not found.

+

404 Content was not found

- diff --git a/public/50x.html b/public/50x.html index ea050e6..c0a0978 100644 --- a/public/50x.html +++ b/public/50x.html @@ -1,33 +1,9 @@ - - - - - 50x Service Unavailable - +50x Service Unavailable - -

50x

-

Service is temporarily unavailable.

+

50x Service is temporarily unavailable

- diff --git a/public/index.html b/public/index.html index 41c3206..dd87f3e 100644 --- a/public/index.html +++ b/public/index.html @@ -1,21 +1,15 @@ - - - - - - Static Web Server - A blazing fast static files-serving web server powered by Rust Iron. + + + Static Web Server -

Static Web Server

-

A blazing fast static files-serving web server powered by Rust Iron.

+

A blazing fast static files-serving web server powered by Rust.

View on GitHub

- -- libgit2 1.7.2