1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00
This commit is contained in:
Taylor Otwell
2016-05-03 16:03:24 -05:00
commit 0e2f3f4fe3
11 changed files with 1533 additions and 0 deletions

14
404.html Normal file
View File

@@ -0,0 +1,14 @@
<html>
<head>
<title>Malt - Not Found</title>
<style>
body {
font-family: monospace;
}
</style>
</head>
<body>
404 - Not Found
</body>
</html>