mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-08-01 02:21:23 +00:00
25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
<!doctype html> <html lang="en">
|
|
<head>
|
|
<meta name="charset" content="utf-8">
|
|
<meta name="viewport" content="width=device-width,intitial-scale=1.0">
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script src="tailwind.config.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
|
|
<title>is-a-good.dev ~ Free subdomains for developers</title>
|
|
<meta name="title" content="is-a-good.dev ~ Free subdomains for developers">
|
|
<meta name="description" content="Free subdomains for developers around the globe.">
|
|
</head>
|
|
<body class="bg-bg">
|
|
|
|
<!-- Kofi widget -->
|
|
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
|
|
<script defer>
|
|
kofiWidgetOverlay.draw('wclarkedev', {
|
|
'type': 'floating-chat',
|
|
'floating-chat.donateButton.text': 'Support Us',
|
|
'floating-chat.donateButton.background-color': '#80C1F5',
|
|
'floating-chat.donateButton.text-color': '#fff'
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |