-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 853 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<meta name="author" content="jam jest Oliwier">
<title>Losowanie</title>
<link rel="icon" href="Spotkanka.jpeg" type="image/x-icon">
<link rel="stylesheet" href="styles.css" type="text/css">
<title>Losowanie</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<!-- najważniejsze to wiedzieć jak zrobić komentarz -->
<body>
<h1>Losowanie na spotkanku</h1>
<div class="card">
*imię*
</div>
<p>Jaki skład?</p>
</body>
</html>