-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 1.42 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 1.42 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
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9TX92JZSLJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9TX92JZSLJ');
</script>
<!-- end of external imports -->
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#f7e800" />
<meta
name="description"
content="Hey i'm Filszu. I'm a web developer and software engineer. Wanna learn computer science? pass your IT exam? learn Polish?💬or just have a nice conversation? - then this is the place for you"
/>
<meta name="keywords" content="Filshu,Filshu lessons,it,it lessons, lekcje programowania, korepetycje, webdev, szkoła,strony www, tutor, free, superprof, prof,Filip, Szumowski, Filszu,HTML, CSS, JavaScript">
<meta name="author" content="John Doe">
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>Filshu Lessons</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>