Skip to content

Commit 7083703

Browse files
committed
changed timer and title
1 parent 69780de commit 7083703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</style>
4343

4444
<script language="JavaScript" type="text/javascript">
45-
var time = 5;
45+
var time = 6;
4646

4747
function startTimer() {
4848
if (time <= 0) {
@@ -59,7 +59,7 @@
5959

6060
window.onload = startTimer;
6161
</script>
62-
<title>404</title>
62+
<title>NOT FOUND</title>
6363
</head>
6464
<body>
6565
<div class="alert alert-danger" id="authentication-status" role="alert">

0 commit comments

Comments
 (0)