aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/montage-web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/document/templates/montage-web/index.html')
-rwxr-xr-xjs/document/templates/montage-web/index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html
index 60946aac..90b0f7fd 100755
--- a/js/document/templates/montage-web/index.html
+++ b/js/document/templates/montage-web/index.html
@@ -30,11 +30,19 @@
30 } 30 }
31 </script> 31 </script>
32 32
33 <style>
34 div {
35 width: 4000px;
36 height: 300px;
37 background: red;
38 }
39 </style>
40
33 </head> 41 </head>
34 42
35 <body> 43 <body>
36 44
37 <!--<ninja-div id="userHead"></ninja-div>--> 45 <div>IPSUM</div>
38 46
39 </body> 47 </body>
40 48