Skip to content

Instantly share code, notes, and snippets.

@NikarashiHatsu
Created May 14, 2022 07:27
Show Gist options
  • Save NikarashiHatsu/44c9925a2b2f6605d082e4c65143690c to your computer and use it in GitHub Desktop.
Save NikarashiHatsu/44c9925a2b2f6605d082e4c65143690c to your computer and use it in GitHub Desktop.
Reminder buat Produktif
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Produktif Coy</title>
</head>
<body>
<div style="width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center;">
<marquee>
Yahaha gak mau produktif
</marquee>
<h1>
Orang ini
</h1>
<!-- Gambar ajur.jpeg, cari aja di Google "Shrek Dino Ajur" -->
<img src="ajur.jpeg" alt="">
<h1>
Gak mau produktif
</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment