summaryrefslogtreecommitdiffstats
path: root/www/menu.html.incl
diff options
context:
space:
mode:
authorKevin <ar18@comcast.net>2007-10-05 21:18:52 +0000
committerKevin <ar18@comcast.net>2007-10-05 21:18:52 +0000
commitbc8e50fa28ac602c8858aa837076b700e4165eae (patch)
tree40b59896f307821b6217746a7a647a1601f1d5aa /www/menu.html.incl
parenta5dc235fed0b59c5ba127208071accd6d8c67f68 (diff)
new site -- the rest of it
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/menu.html.incl')
-rw-r--r--www/menu.html.incl28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/menu.html.incl b/www/menu.html.incl
new file mode 100644
index 0000000000..71a8a792db
--- /dev/null
+++ b/www/menu.html.incl
@@ -0,0 +1,28 @@
+<!--
+Consulted:
+HTML 4.01 specs: http://www.w3.org/TR/html401/
+-->
+ <div id="menu">
+ <div id="main_menu">
+ <a href="http://www.llvm.org/">LLVM Home</a>
+ <label>Clang Info</label>
+ <a href="index.html">About</a>
+ <a href="status.html">Status</a>
+ <a href="features.html">Features</a>
+ <a href="get_involved.html">Get Involved</a>
+ <a href="http://clang.llvm.org/docs/InternalsManual.html">Manual</a>
+ </div>
+ <div id="quick_links">
+ <label>Quick Links</label>
+ <!-- This section is for special links to areas that,
+ organizationally, are deep within another section,
+ but are still important enough to warrant a link.
+ It's for those things that you have to do a lot, but don't
+ want to have to wade through several pages to go there
+ every time. -->
+ <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a>
+ <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a>
+ <a href="http://llvm.org/bugs/">Bug Reports</a>
+ <a href="http://llvm.org/svn/llvm-project/cfe/trunk/">Browse Source</a>
+ </div>
+ </div> \ No newline at end of file