add utf8 charset meta to the proxy home (#2017)

This commit is contained in:
day253
2025-01-08 06:54:42 +08:00
committed by GitHub
parent 0a4b44bfb9
commit 04e425642e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ import (
const homepage = `<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>Athens</title>
<style>
body {
@@ -28,6 +28,7 @@ For more advanced formatting read more about [Go HTML templates](https://pkg.go.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"></meta>
<title>Athens</title>
<style>
body {