-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexHW3.html
31 lines (28 loc) · 883 Bytes
/
indexHW3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!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">
<link rel="stylesheet" href="style/style.css">
<title>HomeWork 3</title>
</head>
<body>
<!-- <div class="wrapper"></div>
<h2 class="tittle"></h2>
<p class="text"></p>
<form action="" class="form">
<input type="text" class="input">
<button class="btn">click</button>
</form>
<p class="textFromInput"></p>
<div class="modal">
<div class="modal__modalWrapper">
<button id="closeBtn" class="modal__modalBtnClose">X</button>
<p class="modal__modalText"></p>
</div>
</div>
<script src="jsHW3/script1.js"></script> -->
<script src="jsHW3/script2.js"></script>
</body>
</html>