1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00
Files
laravel-valet/404.html
Taylor Otwell 66254d76ff update name
2016-05-03 19:54:32 -05:00

15 lines
233 B
HTML

<html>
<head>
<title>Valet - Not Found</title>
<style>
body {
font-family: monospace;
}
</style>
</head>
<body>
404 - Not Found
</body>
</html>