dir tree organized
This commit is contained in:
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -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>
|
||||
Reference in New Issue
Block a user