Add windows

This commit is contained in:
madison 2026-04-13 22:28:49 +01:00
parent 2db96e7c50
commit 098a96e133
4 changed files with 80 additions and 0 deletions

View file

@ -5,10 +5,18 @@
<link rel="stylesheet" href="/css/styles.css" type="text/css">
<link rel="icon" type="image/png" sizes="32x32" href="/third-party/media/images/favicon.png">
<script defer src="/js/include.js"></script>
<script defer src="/js/window.js"></script>
<title>www.madstuff.net</title>
</head>
<body>
<div include="/html-prefabs/banner-index.html"></div>
<dialog open closedby="none" id="window" class="window">
<div id="window-titlebar" class="titlebar">
<small>Window</small>
<button command="close" commandfor="window">X</button>
</div>
<iframe src="/etc/placeholder.html" frameborder="0"></iframe>
</dialog>
<main>
<section>
<h2>Welcome!</h2>