34 lines
999 B
HTML
34 lines
999 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Welcome!</title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<link rel="stylesheet" href="/styles/normal.css" />
|
||
|
<style>
|
||
|
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
||
|
|
||
|
:root {
|
||
|
--font-family: "Lexend Deca";
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<$ loader.html $>
|
||
|
<header>
|
||
|
<section>
|
||
|
<h1>Welcome to MTRUWSaDMfHTML5!</h1>
|
||
|
<p>
|
||
|
(MeowcaTheoRange's Unnecessary Windowing System and Desktop Manager
|
||
|
for HTML5)
|
||
|
</p>
|
||
|
<p>A basic windowing system made in HTML5 and JavaScript.</p>
|
||
|
</section>
|
||
|
<section id="accessibility" hidden></section>
|
||
|
</header>
|
||
|
<section id="accessibility" hidden></section>
|
||
|
<script src="/scripts/accessibility.js"></script>
|
||
|
<script src="/scripts/interface.js"></script>
|
||
|
</body>
|
||
|
</html>
|