diff options
author | louie <louie@shprung.com> | 2022-04-17 11:00:40 -0700 |
---|---|---|
committer | louie <louie@shprung.com> | 2022-04-17 11:00:40 -0700 |
commit | 953fccee6b119b2071af62dc5e779833877f1cc6 (patch) | |
tree | 5a68c0ac71e298dbfff73089ff881d25758158f1 /assignment_list.php | |
parent | 28a0142718dcad621dfecdb99fe6f2965edf5f0d (diff) |
Removed custom links from assignment_list.php
Diffstat (limited to 'assignment_list.php')
-rw-r--r-- | assignment_list.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assignment_list.php b/assignment_list.php index 1d4dfc3..c0da6ec 100644 --- a/assignment_list.php +++ b/assignment_list.php @@ -123,7 +123,7 @@ print "TEST: num_hw = $ENGL2A->num_hw"; <html> <head> - <title>Daily Homework Schedule</title> + <title>Assignment List</title> <link rel="stylesheet" href="assignment_list.css"> <script defer src="assignment_list.js"></script> <script defer src="custom/custom.js"></script> @@ -131,7 +131,6 @@ print "TEST: num_hw = $ENGL2A->num_hw"; <body> <div id=bg></div> - <div id=notes_link><a href="notes/notes_home.php">SCU Class Notes</a></div> <div class="container banner_box"> <span class="banner"></span> <button id="add_class" class="add" onclick="draw_add_class()">add class</button> |