Update print statement from 'Hello' to 'Goodbye'

This commit is contained in:
AMIAY
2026-01-18 16:07:31 +01:00
committed by GitHub
parent 7e5a1577a3
commit bc31f58c9c

View File

@@ -7,7 +7,7 @@
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-black text-white overflow-hidden font-sans select-none" tabindex="-1">
<div class="absolute inset-0 z-0">
@@ -444,4 +444,5 @@
</div>
<script type="module" src="js/update.js"></script>
</body>
</html>