From b89a7ee8b956c96a1dcee995ea840feddc5d4b27 Mon Sep 17 00:00:00 2001 From: Pierre Frisch Date: Thu, 22 Dec 2011 07:25:50 -0800 Subject: First commit of Ninja to ninja-internal Signed-off-by: Valerio Virgillito --- document-templates/projects/montage/index.html | 16 ++++++++++++++++ document-templates/projects/montage/package.json | 8 ++++++++ document-templates/projects/montage/styles.css | 0 3 files changed, 24 insertions(+) create mode 100644 document-templates/projects/montage/index.html create mode 100644 document-templates/projects/montage/package.json create mode 100644 document-templates/projects/montage/styles.css (limited to 'document-templates/projects') diff --git a/document-templates/projects/montage/index.html b/document-templates/projects/montage/index.html new file mode 100644 index 00000000..422a7fb6 --- /dev/null +++ b/document-templates/projects/montage/index.html @@ -0,0 +1,16 @@ + + + + + + Untitled + + + + + + + + + + \ No newline at end of file diff --git a/document-templates/projects/montage/package.json b/document-templates/projects/montage/package.json new file mode 100644 index 00000000..2349ff2f --- /dev/null +++ b/document-templates/projects/montage/package.json @@ -0,0 +1,8 @@ +{ + "directories": { + "lib": "" + }, + "mappings": { + "montage": "m-js/" + } +} \ No newline at end of file diff --git a/document-templates/projects/montage/styles.css b/document-templates/projects/montage/styles.css new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3