aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorMatt Braddock <matt.braddock@gmail.com> 2019-01-15 18:33:14 -0500
committerMatt Braddock <matt.braddock@gmail.com> 2019-01-15 18:33:14 -0500
commit5be89eba6776129d425607d4bae02dfb1029296a (patch)
tree125987e494645f5c2e6c8277237d32dad1d914d0 /index.html
parent251625624088ab6af6db03f29334ef845dbc3359 (diff)
mobile meta
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index e6c920e..0e6f999 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,8 @@
<!doctype html>
<html>
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>YouTube Frame Timer</title>
<link href="index.css" rel="stylesheet">
<script src="main.js"></script>