-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (57 loc) · 4.66 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#6600ff">
<title>Go Online With Hostinger: Host Your Website for Only $2.99</title>
<!-- ==================== CSS FILE ==================== -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<!-- ==================== FAVICON ==================== -->
<link rel="shortcut icon" href="assets/images/logo.png" type="image/x-icon">
<link rel="shortcut icon" href="https://assets.hostinger.com/images/favicons/favicon-97d9192479.ico">
<link rel="apple-touch-icon" sizes="57x57" href="https://assets.hostinger.com/images/favicons/favicon-57x57-38caedd7ea.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://assets.hostinger.com/images/favicons/favicon-114x114-839ca9ebf6.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://assets.hostinger.com/images/favicons/favicon-72x72-507e6906a7.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://assets.hostinger.com/images/favicons/favicon-144x144-60c1386b00.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://assets.hostinger.com/images/favicons/favicon-60x60-10c61905ff.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://assets.hostinger.com/images/favicons/favicon-120x120-00c74cbc6a.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://assets.hostinger.com/images/favicons/favicon-76x76-650be12282.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://assets.hostinger.com/images/favicons/favicon-152x152-4de16d26c9.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://assets.hostinger.com/images/favicons/favicon-180x180-ed46867a30.png">
<link rel="icon" type="image/png" href="https://assets.hostinger.com/images/favicons/favicon-192x192-85201bedb6.png" sizes="192x192">
<link rel="icon" type="image/png" href="https://assets.hostinger.com/images/favicons/favicon-160x160-d01b6cf48e.png" sizes="160x160">
<link rel="icon" type="image/png" href="https://assets.hostinger.com/images/favicons/favicon-96x96-61f24ceb7c.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://assets.hostinger.com/images/favicons/favicon-16x16-2e98191cb3.png" sizes="16x16">
<link rel="icon" type="image/png" href="https://assets.hostinger.com/images/favicons/favicon-32x32-ff3a0706aa.png" sizes="32x32">
<!--==================== UNICONS ==================== -->
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link href="https://unicons.iconscout.com/release/v4.0.0/css/line.css" rel="stylesheet">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<!-- ==================== METAs ==================== -->
<meta name="description" content="hoose Hostinger and make the perfect website. From Shared Hosting and Domains to VPS and Cloud plans. We have all you need for online success.">
<meta name="author" content="ZiaCodes">
<meta name="keywords" content="Hostinger, ThapaCodeFest, ZiaCodes">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta property="og:locale" content="en_us">
<meta property="og:url" content="https://www.hostinger.com/">
<meta property="og:title" content="Go Online With Hostinger: Host Your Website For Only $2.99">
<meta property="og:image" content="https://assets.hostinger.com/images/logo-400x400-a0c13f3824.png">
<meta property="og:description" content="Choose Hostinger and make the perfect website. From Shared Hosting and Domains to VPS and Cloud plans. We have all you need for online success.">
<meta property="og:site_name" content="Hostinger" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@hostinger" />
<meta name="twitter:title" content="Go Online With Hostinger: Host Your Website For Only $2.99" />
<meta name="twitter:description" content="Choose Hostinger and make the perfect website. From Shared Hosting and Domains to VPS and Cloud plans. We have all you need for online success." />
<meta name="twitter:image" content="https://assets.hostinger.com/images/logo-400x400-a0c13f3824.png" />
<meta name="twitter:creator" content="@hostinger" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>