mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
organize better
This commit is contained in:
14
cli/templates/404.html
Normal file
14
cli/templates/404.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Valet - Not Found</title>
|
||||
|
||||
<style>
|
||||
body {
|
||||
font-family: monospace;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
404 - Not Found
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user