This website works better with JavaScript
David A. Windham
david
/
laravel
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix doctype declarations
Kai Rienow
9 years ago
parent
fa756ff4c2
commit
936aa9159e
2 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
1
0
resources/views/errors/503.blade.php
1
0
resources/views/welcome.blade.php
+ 1
- 0
resources/views/errors/503.blade.php
View File
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>Be right back.</title>
+ 1
- 0
resources/views/welcome.blade.php
View File
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>Laravel</title>