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

This commit is contained in:
Jose Quintana
2021-08-15 22:31:27 +02:00
parent f389cbc37c
commit 27f56874cf

View File

@@ -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>