-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
41 lines (39 loc) · 1.5 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<head>
<title>ITPARK</title>
<meta charset="utf-8">
<meta name="description" content="ITPARK Uzbekistan">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Itpark, Startups, Residents, Bpo, IT-center, IT-education, Outsourcing, Robotics">
<!-- Fonts -->
<link rel="shortcut icon" href="https://it-park.uz/../favicons/favicon.ico" type="image/png">
<!-- Yandex.Metrika counter -->
<script type="text/javascript" src="scripts/metrics.js"></script>
<noscript><div><img src="https://mc.yandex.ru/watch/65076529" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<body>
<button style="width: 200px; height:100px" onclick="openPlanets()">Open planets</button>
<br> <br>
<a href="views/itpark/index.html">IT Park</a>
<br> <br>
<a href="views/residents/index.html">Residents</a>
<br><br>
<a href="views/startups/index.html">Startups</a>
<br><br>
<a href="views/infrastructure/index.html">Infrastructure</a>
<script>
// send to the dist planets by default
function openPlanets() {
window.location.href = "https://planets-itpark.web.app/";
}
</script>
</body>
</html>