-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.28 KB
/
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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Witamy z losowej miejscowości w Polsce">
<meta property="og:title" content="Hej">
<meta property="og:description" content="Witamy z losowej miejscowości w Polsce">
<meta name="keywords" content="miejscowość, Polska, losowa, witamy">
<title>Hej</title>
<meta property="og:image" content="https://285.ovh/favicon-letter/android-chrome-512x512.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://285.ovh/favicon-letter/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://285.ovh/favicon-letter/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://285.ovh/favicon-letter/favicon-16x16.png">
<link rel="manifest" href="https://285.ovh/favicon-letter/site.webmanifest">
<link rel="stylesheet" href="styles.css">
<meta name="theme-color" content="#f0f0f0" />
</head>
<body>
<h1>Witamy z losowej miejscowości w Polsce</h1>
<p id="response"></p>
<button id="copyButton">Skopiuj do schowka</button>
<button id="fetchButton">Nowa miejscowość</button>
<script src="script.js"></script>
</body>
</html>