mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 15:07:33 +02:00
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
<!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> |