소스 검색

Удалить 'index.html'

Andrii_N 2 년 전
부모
커밋
ce3702efaa
1개의 변경된 파일0개의 추가작업 그리고 26개의 파일을 삭제
  1. 0 26
      index.html

+ 0 - 26
index.html

@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Document</title>
-    <link rel="stylesheet" href="style.css">
-</head>
-<body>
-  
-     <h3>Обменка $ к UAH</h3>
-     <div class="menu">
-         Отдаете $: <input class="inp" type="number" placeholder="Количество Долларов" onchange="convert(this.value)">
-
-         <button id="cash"> w </button>
-         <p class="get">
-         Получаете:  <span id="out" ></span> uah
-            
-         </p>
-     </div>
-    
-
-    <script src="script1.js"></script>
-</body>
-</html>