index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-08-15 20:31:27.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-08-15 20:31:27.0 +00:00:00
commit
27f56874cfedeb6677d85463436202a0853997f1 [patch]
tree
dd3c1e2a4ef58bdb102056597d6704c4916acd73
parent
f389cbc37c548ffb40702a16f8663ebd56724827
download
27f56874cfedeb6677d85463436202a0853997f1.tar.gz

refactor: utf-8 for default docker index.html file [skip ci]



Diff

 docker/public/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/public/index.html b/docker/public/index.html
index dd87f3e..ee0e862 100644
--- a/docker/public/index.html
+++ b/docker/public/index.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<html>
    <head>
<head>
    <meta charset="utf-8">
    <title>Static Web Server</title>
    <link rel="stylesheet" href="/assets/main.css">
    <link rel="shortcut icon" href="/assets/favicon.ico">
</head>
<body>
    <h1>Static Web Server</h1>
    <p>A blazing fast static files-serving web server powered by Rust.</p>
    <p>A blazing fast and asynchronous web server for static files-serving. ⚡</p>
    <p><a href="https://github.com/joseluisq/static-web-server/" target="_blank">View on GitHub</a></p>
    <script src="/assets/main.js"></script>
</body>