Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander 'AlexFinn' Ivanov <alex@alexfinn.eu>2014-06-19 14:02:28 +0400
committerAlexander 'AlexFinn' Ivanov <alex@alexfinn.eu>2014-06-19 14:02:28 +0400
commit571bf45a3b080d16fd73817f14304059251734d3 (patch)
tree88554fce366151160d7d86a46c8572114160f04c /layouts/chrome/menu.html
parent6fa3b459fea6b761c0e3705fadd9cb3030348c34 (diff)
Added theme files
Diffstat (limited to 'layouts/chrome/menu.html')
-rw-r--r--layouts/chrome/menu.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/chrome/menu.html b/layouts/chrome/menu.html
new file mode 100644
index 0000000..c38beb2
--- /dev/null
+++ b/layouts/chrome/menu.html
@@ -0,0 +1,7 @@
+<div class="navbar navbar-fixed-top">
+ <div class="navbar-inner">
+ <div id="logo">
+ <a href="http://127.0.0.1"><img src="/images/letter-a.png" width="100px"></img></a>
+ </div>
+ </div>
+</div> \ No newline at end of file