1
0
mirror of https://github.com/thebaer/cdr.git synced 2024-11-15 01:31:01 +00:00

Fix site on mobile

plus set charset = UTF-8
This commit is contained in:
Matt Baer 2020-02-29 11:42:00 -05:00
parent 177f73cb49
commit c71c124bcb
2 changed files with 4 additions and 0 deletions

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;

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;