mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-25 05:06:33 +00:00
refactor: utf-8 for default docker index.html file [skip ci]
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user