diff options
Diffstat (limited to 'js/io/templates/files/animation.txt')
-rwxr-xr-x | js/io/templates/files/animation.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/js/io/templates/files/animation.txt b/js/io/templates/files/animation.txt new file mode 100755 index 00000000..a850f186 --- /dev/null +++ b/js/io/templates/files/animation.txt | |||
@@ -0,0 +1,23 @@ | |||
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 | html, body { | ||
12 | width: 100%; | ||
13 | height: 100%; | ||
14 | margin: 0; | ||
15 | padding: 0; | ||
16 | } | ||
17 | .ninja-content-wrapper {} | ||
18 | .ninja-banner {} | ||
19 | </style> | ||
20 | |||
21 | </div> | ||
22 | |||
23 | </div> \ No newline at end of file | ||