-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex4.html
More file actions
31 lines (25 loc) · 1.18 KB
/
Copy pathindex4.html
File metadata and controls
31 lines (25 loc) · 1.18 KB
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<html>
<head>
<meta http-equiv="content-language" content="pl-PL"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="author" content="Julia Gajtkowska"/>
<title>Conway's Game</title>
<meta name="description" content="Conway's Game in Life Simulation"/>
<meta name="keywords" content="Conway's Game in Life Simulation"/>
<link rel="stylesheet" href="./css/style4.css">
<script src="https://kit.fontawesome.com/e0b221b81b.js" crossorigin="anonymous"></script>
</head>
<body>
<label for="converter">Konwerter <span class="item1">°C</span> na <span class="item2">°F</span></label>
<input type="text" id="converter" placeholder="Wpisz temperaturę...">
<p class="result"></p>
<div>
<button class="convert">Konwertuj</button>
<button class="reset">Reset</button>
<button class="change">Zamień</button>
</div>
<script = src="./js/main4.js"></script>
</body>
</html>