summaryrefslogtreecommitdiff
path: root/www/menu.html.incl
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-30 22:56:43 +0000
committerChris Lattner <sabre@nondot.org>2009-06-30 22:56:43 +0000
commitff5380f65f639f043680868c74927c15f7428499 (patch)
treeeec39d0bf7eafbed0e4c3aec1bd39e9310f83b08 /www/menu.html.incl
parent5603674a23966bd93e3d2e2fc505b96d81e5f1f7 (diff)
initial web page for compiler_rt
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/menu.html.incl')
-rw-r--r--www/menu.html.incl19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/menu.html.incl b/www/menu.html.incl
new file mode 100644
index 000000000..94db94291
--- /dev/null
+++ b/www/menu.html.incl
@@ -0,0 +1,19 @@
+<div id="menu">
+ <div>
+ <a href="http://llvm.org/">LLVM Home</a>
+ </div>
+
+ <div class="submenu">
+ <label>compiler_rt Info</label>
+ <a href="/index.html">About</a>
+ </div>
+
+ <div class="submenu">
+ <label>Quick Links</label>
+ <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">llvmdev</a>
+ <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">llvm-commits</a>
+ <a href="http://llvm.org/bugs/">Bug Reports</a>
+ <a href="http://llvm.org/svn/llvm-project/compiler_rt/trunk/">Browse SVN</a>
+ <a href="http://llvm.org/viewvc/llvm-project/compiler_rt/trunk/">Browse ViewVC</a>
+ </div>
+</div>