projects
/
nanofun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9e281d
)
add viewport meta to mark it's responsive
author
Frédéric Péters
<fpeters@0d.be>
Tue, 21 Feb 2017 17:32:25 +0000
(18:32 +0100)
committer
Frédéric Péters
<fpeters@0d.be>
Tue, 21 Feb 2017 17:32:42 +0000
(18:32 +0100)
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index
af8394c
..
674cd61
100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-2,6
+2,7
@@
<html>
<head>
<meta charset="UTF-8"><!-- ♫ -->
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>nanoFUN</title>
<script src="jquery.min.js"></script>
<script src="nanofun.js"></script>