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:
parent
177f73cb49
commit
c71c124bcb
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user