Преглед изворни кода

Удалить '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>