add website to view stats

This commit is contained in:
itsAzaria
2026-02-20 12:44:52 +00:00
parent e34435755e
commit 16999ecea5
9 changed files with 744 additions and 12 deletions
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ $title ?? config('app.name') }}</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="min-h-screen text-[#dbdee1] bg-[#313338]">
{{ $slot }}
</body>
</html>