Ver código fonte

Fix site on mobile

plus set charset = UTF-8
main
Matt Baer 4 anos atrás
pai
commit
c71c124bcb
2 arquivos alterados com 4 adições e 0 exclusões
  1. +2
    -0
      mixtape.tmpl
  2. +2
    -0
      templates.go

+ 2
- 0
mixtape.tmpl Ver arquivo

@@ -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 Ver arquivo

@@ -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;


Carregando…
Cancelar
Salvar