-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (23 loc) · 822 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Memo dla chłopców - oraz nauka js</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="memo">
</div>
<div class="options">
<button id="resetClicksButton">wyczysc klikniecia</button>
<div id="form">
<form action="">
Podaj liczbe wierszy: <input type="number" name="rows"><br> Podaj liczbe kolumn: <input type="number" name="columns"><br>
<input type="submit" value="ustaw">
</form>
</div>
</div>
<div class="info">Obrazki pochodzą z <a href="http://www.how-to-draw-funny-cartoons.com/">http://www.how-to-draw-funny-cartoons.com/</a></div>
<script src="js/app.js"></script>
</body>
</html>