<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://unpkg.com/98.css"/>
<link rel="icon" type="image/x-icon" href="./assets/icons/favicon.ico">
<title>mewizard</title>
</head>
<body>
<div class="window">
<div class="title-bar">
<div class="title-bar-text">Girl Help</div>
<div class="title-bar-controls">
<a href="./home.html">
<button aria-label="Close"></button>
</a>
</div>
</div>
<div class="window-body">
<div class="window-body__content">
<img class="window-body__icon" src="./assets/icons/computer.png">
<p class="window-body__message">I'm stuck in my computer!</p>
</div>
<section class="field-row">
<a href="./home.html" class="field-row__button">
<button class="default">Again??</button>
</a>
</section>
</div>
</div>
</body>
</html>