Browse Source

Fix site on mobile

plus set charset = UTF-8
main
Matt Baer 4 years ago
parent
commit
c71c124bcb
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      mixtape.tmpl
  2. +2
    -0
      templates.go

+ 2
- 0
mixtape.tmpl View File

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


+ 2
- 0
templates.go View File

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


Loading…
Cancel
Save