From ee0e4a4a72beedd7901c05856bce1a79aac30904 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 29 Aug 2016 20:11:18 -0400 Subject: Testing new navbar --- apps.html | 9 +++------ navbar.js | 4 ++++ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 navbar.js diff --git a/apps.html b/apps.html index 610977d..54636bd 100644 --- a/apps.html +++ b/apps.html @@ -5,15 +5,12 @@ + +

Android Apps

-Home -All -Mathematical Demonstrations -Games -

AutoArt
The Android app for AutoImages.
@@ -32,4 +29,4 @@ The Android app for Magnets.
The Android app for Ball Bounce.

- \ No newline at end of file + diff --git a/navbar.js b/navbar.js new file mode 100644 index 0000000..5926ec4 --- /dev/null +++ b/navbar.js @@ -0,0 +1,4 @@ +$(function() +{ + $("#navbar").load("http://pommicket.github.io/Navbar.html"); +}); -- cgit v1.2.3