Skip to content

Commit

Permalink
refactor: utf-8 for default docker index.html file [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Aug 15, 2021
1 parent f389cbc commit 27f5687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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>
Expand Down

0 comments on commit 27f5687

Please sign in to comment.