summaryrefslogtreecommitdiff
path: root/js/header_links.js
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-07-01 17:43:58 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-07-01 17:43:58 -0400
commitbe06edbcfd1213ea1658d36f8934493a92205aac (patch)
tree28dca6130833e3a770611961bc6559c08bed4161 /js/header_links.js
Created pommicket.github.io
Diffstat (limited to 'js/header_links.js')
-rw-r--r--js/header_links.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/header_links.js b/js/header_links.js
new file mode 100644
index 0000000..3b5b3dd
--- /dev/null
+++ b/js/header_links.js
@@ -0,0 +1,5 @@
+document.getElementById("header_links_div").innerHTML = '<a class="header_link" href="index.html">Home</a> ' +
+'<a class="header_link" href="all.html">All</a> ' +
+'<a class="header_link" href="mathematical.html">Mathematical Demonstrations</a> ' +
+'<a class="header_link" href="games.html">Games</a> ' +
+'<a class="header_link" href="apps.html">Android Apps</a> '; \ No newline at end of file