19 lines
344 B
Plaintext
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>
|