mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 13:21:59 +07:00
chore: cleanup project structure and update readme for beta release
This commit is contained in:
@@ -3,7 +3,22 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Laravel Key Generator | DyDev Admin</title>
|
||||
<title>Laravel APP_KEY Generator | DyDev Admin</title>
|
||||
<meta name="description" content="Generate a secure, random 32-byte Laravel APP_KEY for your .env file instantly. Secure client-side generation.">
|
||||
<meta name="keywords" content="laravel key generator, app_key gen, secure key generator, laravel security">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="Laravel APP_KEY Generator | DyDev Admin">
|
||||
<meta property="og:description" content="Quick and secure client-side Laravel key generation for your production environments.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="/images/og-share.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Laravel APP_KEY Generator | DyDev Admin">
|
||||
<meta name="twitter:description" content="Quick and secure client-side Laravel key generation for your production environments.">
|
||||
<meta name="twitter:image" content="/images/og-share.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||
<script>
|
||||
@@ -50,6 +65,16 @@
|
||||
class="bg-gray-50 text-gray-800 transition-colors duration-300"
|
||||
>
|
||||
<div class="relative z-1 flex min-h-screen flex-col items-center justify-center overflow-hidden p-6">
|
||||
<!-- Back to Home -->
|
||||
<div class="w-full max-w-[500px] mb-4">
|
||||
<a href="/" class="inline-flex items-center text-sm text-gray-500 transition-colors hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-300">
|
||||
<svg class="mr-2" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke="currentColor">
|
||||
<path d="M12.7083 5L7.5 10.2083L12.7083 15.4167" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
Back to home
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Decoration -->
|
||||
<div class="absolute top-0 left-0 w-full h-full opacity-10 pointer-events-none">
|
||||
<svg class="h-full w-full" viewBox="0 0 100 100" preserveAspectRatio="none">
|
||||
|
||||
Reference in New Issue
Block a user