summaryrefslogtreecommitdiff
path: root/includes/templates/404.php
diff options
context:
space:
mode:
authorcflip <36554078+cflip@users.noreply.github.com>2021-07-20 12:29:11 -0600
committercflip <36554078+cflip@users.noreply.github.com>2021-07-20 12:29:11 -0600
commit3c5828b1a787bffa6e886a4952741e4bcaeb43b9 (patch)
tree5e40fd78ad3c5301c62207ecfa4bd109a582db69 /includes/templates/404.php
parentf5e972c030675f46cda543e13da1b787457e070b (diff)
A bit of code cleanup
Diffstat (limited to 'includes/templates/404.php')
-rwxr-xr-xincludes/templates/404.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/templates/404.php b/includes/templates/404.php
index 8815b91..db1171d 100755
--- a/includes/templates/404.php
+++ b/includes/templates/404.php
@@ -1,8 +1,8 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>cflip.net forum</title>
- <link rel="stylesheet" href="styles/style.css">
+ <link rel="stylesheet" href="/styles/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>