Add windows
This commit is contained in:
parent
2db96e7c50
commit
098a96e133
4 changed files with 80 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue