diff options
Diffstat (limited to 'js/io/templates/files')
-rwxr-xr-x | js/io/templates/files/animation.txt | 17 | ||||
-rwxr-xr-x | js/io/templates/files/banner.txt | 17 | ||||
-rwxr-xr-x | js/io/templates/files/html.txt | 5 |
3 files changed, 35 insertions, 4 deletions
diff --git a/js/io/templates/files/animation.txt b/js/io/templates/files/animation.txt new file mode 100755 index 00000000..8a3dbd41 --- /dev/null +++ b/js/io/templates/files/animation.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | <!DOCTYPE html> | ||
2 | |||
3 | <div class="ninja-content-wrapper"> | ||
4 | |||
5 | <div class="ninja-banner"> | ||
6 | |||
7 | <!-- Created with Motorola Mobility Ninja --> | ||
8 | <!-- Ninja-Banner Dimensions@@@ --> | ||
9 | |||
10 | <style type="text/css"> | ||
11 | .ninja-content-wrapper {} | ||
12 | .ninja-banner {} | ||
13 | </style> | ||
14 | |||
15 | </div> | ||
16 | |||
17 | </div> \ No newline at end of file | ||
diff --git a/js/io/templates/files/banner.txt b/js/io/templates/files/banner.txt new file mode 100755 index 00000000..f26accf6 --- /dev/null +++ b/js/io/templates/files/banner.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | <!DOCTYPE html> | ||
2 | |||
3 | <div class="ninja-content-wrapper"> | ||
4 | |||
5 | <div class="ninja-banner"> | ||
6 | |||
7 | <!-- Created with Motorola Mobility Ninja --> | ||
8 | <!-- Ninja-Banner Dimensions@@@ --> | ||
9 | |||
10 | <style type="text/css"> | ||
11 | .ninja-content-wrapper {} | ||
12 | .ninja-banner {} | ||
13 | </style> | ||
14 | |||
15 | </div> | ||
16 | |||
17 | </div> \ No newline at end of file | ||
diff --git a/js/io/templates/files/html.txt b/js/io/templates/files/html.txt index 4e42267e..3449ae39 100755 --- a/js/io/templates/files/html.txt +++ b/js/io/templates/files/html.txt | |||
@@ -1,3 +1,4 @@ | |||
1 | <!DOCTYPE html> | ||
1 | <html> | 2 | <html> |
2 | 3 | ||
3 | <head> | 4 | <head> |
@@ -9,10 +10,6 @@ | |||
9 | <meta name="generator" content="Motorola Mobility Ninja"> | 10 | <meta name="generator" content="Motorola Mobility Ninja"> |
10 | 11 | ||
11 | <style type="text/css"> | 12 | <style type="text/css"> |
12 | html, body { | ||
13 | width: 100%; | ||
14 | height: 100%; | ||
15 | } | ||
16 | </style> | 13 | </style> |
17 | 14 | ||
18 | </head> | 15 | </head> |