Updated application name.

This commit is contained in:
Achim D. Brucker 2018-08-13 00:04:11 +01:00
parent deef3ad3cc
commit 6378c35ebf
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Sheffield Grade Management</title> <title>The Insecure Grade Management System</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<%= csrf_meta_tags %> <%= csrf_meta_tags %>

View File

@ -1,4 +1,4 @@
<div class="w3-center"> <div class="w3-center">
<h1 class="w3-jumbo">Sheffield Grade Management</h1> <h1 class="w3-jumbo">The Insecure Grade Management</h1>
<p>Welcome to Sheffield's new, super insecure grade management!</p> <p>Welcome to Sheffield's new, super insecure grade management!</p>
</div> </div>