-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (30 loc) · 1.22 KB
/
Copy pathindex.html
File metadata and controls
36 lines (30 loc) · 1.22 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
32
33
34
35
36
<!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"/>
<script src="https://kit.fontawesome.com/e0b221b81b.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<button class="burger">
<i class="fas fa-bars"></i>
<i class="fas fa-times hide"></i>
</button>
<nav>
<ul class='list'>
<li><a href="index1.html">projekt #1</a></li>
<li><a href="index2.html">projekt #2</a></li>
<li><a href="index3.html">projekt #3</a></li>
<li><a href="index4.html">projekt #4</a></li>
</ul>
</nav>
<h1> Moje projekty </h1>
<script = src="./js/main.js"></script>
</body>
</html>