diff --git a/index.html b/index.html
index da6977b..e8b4bca 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,7 @@
document.addEventListener('keydown', function(event) {
if (event.key === '.') {
// Change title
- document.title = "New Title";
+ document.title = "Student and Parent Sign In";
// Change favicon
var favicon = document.getElementById('favicon');