From 4ec04fa980f1c5894efa3035acc8a579efe47c7a Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 20 Jan 2024 16:03:00 -0700 Subject: [PATCH] change default program and set relative routes in loader programs --- static/index.html | 14 +++++++------- static/js/main.js | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/static/index.html b/static/index.html index 87d61e8..0bf2d92 100644 --- a/static/index.html +++ b/static/index.html @@ -4,8 +4,8 @@ Tabloid: the clickbait headline programming language - - + + @@ -21,9 +21,9 @@ - - - - - + + + + + diff --git a/static/js/main.js b/static/js/main.js index 0f8f6c8..01ec521 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -1,4 +1,4 @@ -const PROG_DEFAULT = "Fibonacci"; +const PROG_DEFAULT = "Merge Sort"; const HEADLINES = [ `You Won't Believe What This Programming Language Can Do!`,