mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-27 06:27:58 +02:00
restart portfolio
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>{{ title }}</title>
|
||||
@entryPointStyles('app')
|
||||
@entryPointScripts('app')
|
||||
</head>
|
||||
<body class="bg-gray-100 dark:bg-slate-900 text-slate-900 dark:text-white">
|
||||
@!section('body')
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user