aboutsummaryrefslogtreecommitdiff
path: root/js/io
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-25 10:58:01 -0700
committerValerio Virgillito2012-06-25 10:58:01 -0700
commitd24243239f38704580bb3561a3959688b171809b (patch)
tree2941bd302a2e7b00c1629f1bd9a29a8c6c267619 /js/io
parent287f2f31d5feff4dc4c564c5929f8fbea3273813 (diff)
parentbaa9d992a1fc3eb99b53838d898970d7b2be2c65 (diff)
downloadninja-d24243239f38704580bb3561a3959688b171809b.tar.gz
Merge pull request #334 from joseeight/FileIO
Modifying HTML template
Diffstat (limited to 'js/io')
-rwxr-xr-xjs/io/templates/files/html.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/io/templates/files/html.txt b/js/io/templates/files/html.txt
index 3449ae39..33d50c49 100755
--- a/js/io/templates/files/html.txt
+++ b/js/io/templates/files/html.txt
@@ -10,6 +10,12 @@
10 <meta name="generator" content="Motorola Mobility Ninja"> 10 <meta name="generator" content="Motorola Mobility Ninja">
11 11
12 <style type="text/css"> 12 <style type="text/css">
13 html, body {
14 width: 100%;
15 height: 100%;
16 margin: 0;
17 padding: 0;
18 }
13 </style> 19 </style>
14 20
15 </head> 21 </head>