mirror of
https://github.com/kevin-DL/InertiaJS-Vue3-Tailwind-CSS-AdonisJS.git
synced 2026-01-17 21:24:52 +00:00
first commit
This commit is contained in:
14
resources/views/app.edge
Normal file
14
resources/views/app.edge
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>AdonisJS - A Modern Web Framework For Node.js</title>
|
||||
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
</head>
|
||||
<body>
|
||||
@inertia()
|
||||
<script src="js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
1
resources/views/errors/not-found.edge
Normal file
1
resources/views/errors/not-found.edge
Normal file
@@ -0,0 +1 @@
|
||||
<p> It's a 404 </p>
|
||||
1
resources/views/errors/server-error.edge
Normal file
1
resources/views/errors/server-error.edge
Normal file
@@ -0,0 +1 @@
|
||||
<p> It's a 500 </p>
|
||||
Reference in New Issue
Block a user