tethys.backend/resources/views/app.edge
2023-03-03 16:54:28 +01:00

19 lines
344 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/favicon.ico">
@routes
@entryPointStyles('app')
@entryPointScripts('app')
{{-- <title>myapp</title> --}}
</head>
<body>
@inertia()
</body>
</html>