whoisthisjoker.com/index.html
2024-09-05 15:37:14 -05:00

43 lines
1013 B
HTML

<!-- https://khang-nd.github.io/7.css/ -->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://unpkg.com/7.css">
<link rel="stylesheet" href="main.css">
<title>Who is this joker?</title>
</head>
<body>
<div class="background">
<div class="window glass active" style="max-width: 100%">
<div class="title-bar">
<div class="title-bar-text">A glass window frame</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body has-space">
<p>The background behind is blurred.</p>
</div>
</div>
</div>
</body>
</html>