-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
23 lines (23 loc) · 1.05 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
<!DOCTYPE html>
<html lang="pl-pl">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="gdsc-lodz-webiste" content="GDSC Lodz website" />
<meta name="description" content="Website with base information about GDSC community at TUL" />
<meta name="keywords" content="gdsc, lodz, politechnika, politechnika lodzka, google developer students club" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index,follow" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
<link rel="manifest" href="assets/manifest.json" />
<link rel="icon" href="assets/favicon.ico" />
<link rel="manifest" href="assets/manifest.json" />
<link rel="stylesheet" type="text/css" media="screen" href="./style/main.css" />
<title>GDSC - ŁÓDŹ</title>
</head>
<body>
<kk-app></kk-app>
</body>
</html>