aboutsummaryrefslogtreecommitdiff
path: root/resources/views/layouts/default.blade.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-06 00:09:38 +0100
committerFrankie B <git@diskfloppy.me>2023-07-06 00:09:38 +0100
commitfd68a870f57d2ac2d4a6c34ce0f649e2e0bdfd27 (patch)
tree02a19802b705421acd26169a3cb729c18f80d630 /resources/views/layouts/default.blade.php
parent6ee8acb2a1847b71cc099ec676b4fed7f402a78b (diff)
Update doctype to HTML 4.01
Diffstat (limited to 'resources/views/layouts/default.blade.php')
-rw-r--r--resources/views/layouts/default.blade.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php
index aeb9fc5..f2dc5f9 100644
--- a/resources/views/layouts/default.blade.php
+++ b/resources/views/layouts/default.blade.php
@@ -1,5 +1,4 @@
-
-<!DOCTYPE html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
@include('includes.head')