Skip to content

Commit 1ef6f37

Browse files
committed
Updated index.html w/'viewport' meta tag to set scaling to 1.0.
1 parent 023ad78 commit 1ef6f37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<html>
33
<head>
44
<title>NewtonScript</title>
5-
<link rel="stylesheet" type="text/css" href="css/basic.css">
5+
<link rel="stylesheet" type="text/css" href="css/basic.css" />
6+
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
67
<!--
78
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
89
<script type="text/javascript" src="https://rawgithub.com/dotjay/hashgrid/v8/hashgrid.js"></script>

0 commit comments

Comments
 (0)