dir tree organized

This commit is contained in:
2026-02-14 03:04:11 -05:00
parent 9b71b5d915
commit a123c4c351
5 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -4,13 +4,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>SuperNETs IRC</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./include/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./include/style.css">
</head>
<body>
<div id="login">
<div id="login-box">
<img id="login-logo" src="logo.png" alt="SuperNETs">
<img id="login-logo" src="./include/logo.png" alt="SuperNETs">
<div id="login-title">SuperNETs IRC</div>
<input type="text" id="login-nick" placeholder="Enter nickname..." autofocus spellcheck="false" autocapitalize="off" autocomplete="off" maxlength="16">
<button id="login-btn">Enter The Void</button>
@@ -35,6 +35,6 @@
<input type="text" id="input" spellcheck="false" autocapitalize="off" autocomplete="off">
</div>
</div>
<script src="script.js"></script>
<script src="./include/script.js"></script>
</body>
</html>