diff options
author | Jose Antonio Marquez | 2012-02-01 23:31:36 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-01 23:31:36 -0800 |
commit | 33e655cbbb0816340c5a2e5d5cc0a6b0c7d9f53c (patch) | |
tree | 0bc03653f9739ff09d1e14ddf061a147b9dc383d /document-templates/files/template.html | |
parent | b354ea65f7c53ce05aff6a204853e666f084950f (diff) | |
download | ninja-33e655cbbb0816340c5a2e5d5cc0a6b0c7d9f53c.tar.gz |
File IO clean up and setting up
Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory.
Diffstat (limited to 'document-templates/files/template.html')
-rw-r--r-- | document-templates/files/template.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/document-templates/files/template.html b/document-templates/files/template.html deleted file mode 100644 index 974ca5ed..00000000 --- a/document-templates/files/template.html +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | |||
4 | <head> | ||
5 | |||
6 | <meta charset="utf-8"> | ||
7 | |||
8 | <meta name="generator" content="Motorola Mobility Ninja" /> | ||
9 | |||
10 | <title>Untitled</title> | ||
11 | |||
12 | </head> | ||
13 | |||
14 | <body> | ||
15 | |||
16 | </body> | ||
17 | |||
18 | </html> \ No newline at end of file | ||