aboutsummaryrefslogtreecommitdiff
path: root/js/io/templates
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-14 17:20:01 -0700
committerValerio Virgillito2012-05-14 17:20:01 -0700
commitaeb15b43b92dc38bb04ef5dac72111383f044ec5 (patch)
treee72b6ca1c7e419291f5b088b60c6f05693d3f264 /js/io/templates
parent835df7fcacda5137f0953892e467e5a84f775b35 (diff)
parent150b6eb2be526627d588a0cf7226ddad7a399b8f (diff)
downloadninja-aeb15b43b92dc38bb04ef5dac72111383f044ec5.tar.gz
Merge pull request #228 from joseeight/Document
Document Banner Template
Diffstat (limited to 'js/io/templates')
-rwxr-xr-xjs/io/templates/files/banner.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/js/io/templates/files/banner.txt b/js/io/templates/files/banner.txt
index fdafe4f6..33b45e53 100755
--- a/js/io/templates/files/banner.txt
+++ b/js/io/templates/files/banner.txt
@@ -1,13 +1,18 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2 2
3<div class="ninja-banner"> 3<div class="ninja-content-wrapper">
4 4
5 <!-- Created with Motorola Mobility Ninja --> 5 <!-- Created with Motorola Mobility Ninja -->
6 6
7 <!-- Ninja-Banner Dimensions@@@ --> 7 <!-- Ninja-Banner Dimensions@@@ -->
8 8
9 <style type="text/css"> 9 <div class="ninja-banner">
10 .ninja-banner {} 10
11 </style> 11 <style type="text/css">
12 .ninja-content-wrapper {}
13 .ninja-banner {}
14 </style>
15
16 </div>
12 17
13</div> \ No newline at end of file 18</div> \ No newline at end of file