From 03b303455c7daa8840c9b7605c617e8250940faa Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 28 Jun 2014 21:35:05 +0800 Subject: [PATCH] add lay --- iblog/footer.html | 20 ++++++++++++++++++++ iblog/header.html | 5 +++++ iblog/js/layout.js | 0 iblog/menu.html | 26 ++++++++++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 iblog/footer.html create mode 100644 iblog/header.html create mode 100644 iblog/js/layout.js create mode 100644 iblog/menu.html diff --git a/iblog/footer.html b/iblog/footer.html new file mode 100644 index 0000000..80dba27 --- /dev/null +++ b/iblog/footer.html @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/iblog/header.html b/iblog/header.html new file mode 100644 index 0000000..c82c5e8 --- /dev/null +++ b/iblog/header.html @@ -0,0 +1,5 @@ +
+
+
iBlog
+
+
\ No newline at end of file diff --git a/iblog/js/layout.js b/iblog/js/layout.js new file mode 100644 index 0000000..e69de29 diff --git a/iblog/menu.html b/iblog/menu.html new file mode 100644 index 0000000..e64c821 --- /dev/null +++ b/iblog/menu.html @@ -0,0 +1,26 @@ + \ No newline at end of file