Changed 404 page to just say "404" (fixes #225)

This commit is contained in:
Micah Lee 2015-11-20 12:50:34 -08:00
parent 35c1c9cbcb
commit 76d65c678b

View file

@ -7,9 +7,9 @@
background-color: #FFC4D5; background-color: #FFC4D5;
color: #FF0048; color: #FF0048;
text-align: center; text-align: center;
font-size: 30em; font-size: 20em;
} }
</style> </style>
</head> </head>
<body>&#9760;</body> <body>404</body>
</html> </html>