浏览代码

Fix site on mobile

plus set charset = UTF-8
main
Matt Baer 4 年前
父节点
当前提交
c71c124bcb
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. +2
    -0
      mixtape.tmpl
  2. +2
    -0
      templates.go

+ 2
- 0
mixtape.tmpl 查看文件

@@ -2,6 +2,8 @@
<html>
<head>
<title>Mixtape</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
body {
font-size: 1.2em;


+ 2
- 0
templates.go 查看文件

@@ -22,6 +22,8 @@ var files = map[string]string{
<html>
<head>
<title>Mixtape</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style type="text/css">
body {
font-size: 1.2em;


正在加载...
取消
保存