restart portfolio

This commit is contained in:
Tutur33
2023-12-05 18:45:50 +01:00
parent de25e0072a
commit 40db853637
1174 changed files with 21145 additions and 107608 deletions
+14
View File
@@ -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>