mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
15 lines
233 B
HTML
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>
|