Browse Source

'homework2 js/index.html' sil

mmertalagoz 3 years ago
parent
commit
351e6f7fee
1 changed files with 0 additions and 29 deletions
  1. 0 29
      homework2 js/index.html

+ 0 - 29
homework2 js/index.html

@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="stylesheet" href="./css/style.css">
-    <title>DzJsJoinMenu</title>
-</head>
-<body>
-    
-
-    <div class="formbox">
-    <form action="https://a-level.com.ua" method="POST">
-        <div>
-            <label for="username">Имя</label>
-            <input type="text" name="username" placeholder="Имя с латинскими буквами">
-            <span></span>
-        </div>
-        <div>
-            <label for="password">Пароль</label>
-            <input type="password" name="password" placeholder="Пароль с латинскими буквами">
-            <span></span>
-        </div>
-        <button id="log-in">log-in</button>
-    </form>
-</div>
-</body>
-</html>
-<script src="./script.js"></script>