initial commit
This commit is contained in:
17
resources/views/app.edge
Normal file
17
resources/views/app.edge
Normal file
@@ -0,0 +1,17 @@
|
||||
<!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">
|
||||
|
||||
@entryPointStyles('app')
|
||||
@entryPointScripts('app')
|
||||
|
||||
<title>enzos-events</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
@inertia
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user