Setting up basic application structure
Some checks failed
My Actions / Explore (push) Has been cancelled
Some checks failed
My Actions / Explore (push) Has been cancelled
This commit is contained in:
13
public/templates/root.html
Normal file
13
public/templates/root.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
{{ .inertiaHead }}
|
||||
</head>
|
||||
<body>
|
||||
{{ .inertia }}
|
||||
<script type="module" src="build/main.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user