mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
add utf8 charset meta to the proxy home (#2017)
This commit is contained in:
@@ -14,6 +14,7 @@ import (
|
|||||||
const homepage = `<!DOCTYPE html>
|
const homepage = `<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8"></meta>
|
||||||
<title>Athens</title>
|
<title>Athens</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ For more advanced formatting read more about [Go HTML templates](https://pkg.go.
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8"></meta>
|
||||||
<title>Athens</title>
|
<title>Athens</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user