tethys.backend/resources/views/app.edge

19 lines
344 B
Plaintext
Raw Normal View History

2023-03-03 15:54:28 +00:00
<!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>