Add error messages

This commit is contained in:
2020-08-22 20:45:17 -05:00
parent 5b6d3017ba
commit 1f2af6eac6
9 changed files with 163 additions and 0 deletions

17
errors/styles/styles.css Normal file
View File

@@ -0,0 +1,17 @@
/*
* styles.css
* Copyright (C) 2020 Vintage Salt
*
* Distributed under terms of the MIT license.
*/
/* GLOBALS */
.content {
text-align: center;
}
.content h1 {
font-size: 1000%;
margin: 0;
overflow: hidden;
}