mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-09-19 00:23:13 +00:00
~ Pages doesnt allow there to be a custom directory to serve site from, only preset.
13 lines
566 B
HTML
13 lines
566 B
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>
|
|
|
|
<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></body>
|
|
</html> |