mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-19 04:08:32 +00:00
83 lines
No EOL
3.8 KiB
HTML
83 lines
No EOL
3.8 KiB
HTML
<!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">
|
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png">
|
|
<link rel="manifest" href="<%= BASE_URL %>site.webmanifest">
|
|
<link rel="mask-icon" href="<%= BASE_URL %>safari-pinned-tab.svg" color="#5bbad5">
|
|
<meta name="msapplication-TileColor" content="#2d89ef">
|
|
<meta name="msapplication-config" content="<%= BASE_URL %>browserconfig.xml">
|
|
<meta name="theme-color" content="#3fa9f5">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Preview meta tags -->
|
|
<!-- Search Tags -->
|
|
<title>Nertivia - Chat Client</title>
|
|
<meta name="description" content="The best chat client that wont restrict you from important and fun features.">
|
|
<meta name="robots" content="follow, index">
|
|
|
|
<!-- FB Open Graph data -->
|
|
<meta property="og:title" content="Nertivia - Chat Client">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:image" content="https://nertivia.supertiger.tk/img/logo.0ca2df64.png">
|
|
<meta property="og:description" content="The best chat client that wont restrict you from important and fun features.">
|
|
<meta property="og:url" content="https://nertivia.tk/">
|
|
|
|
<!-- Twitter Card data -->
|
|
<meta name="twitter:card" content="app">
|
|
<meta name="twitter:title" content="Nertivia - Chat Client">
|
|
<meta name="twitter:description" content="The best chat client that wont restrict you from important and fun features.">
|
|
<meta name="twitter:image" content="https://nertivia.supertiger.tk/img/logo.0ca2df64.png">
|
|
<meta name="twitter:url" content="https://nertivia.tk/">
|
|
|
|
<!-- Preview meta tags -->
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet" async>
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap" rel="stylesheet" async>
|
|
<!-- Google recaptcha
|
|
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit" async defer> -->
|
|
</script>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131765299-1" async></script>
|
|
<script async>
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-131765299-1');
|
|
</script>
|
|
|
|
<script async>
|
|
console.log("%cIMPORTANT:", "background: red; color: yellow; font-size: x-large");
|
|
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "background: black; color: white; font-weight: bold;");
|
|
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "background: black; color: white; font-weight: bold;");
|
|
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "background: black; color: white; font-weight: bold;");
|
|
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "background: black; color: white; font-weight: bold;");
|
|
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "background: black; color: white; font-weight: bold;");
|
|
console.log("%cPasting code is dangerous and could cause your account to be hacked.", "background: black; color: white; font-weight: bold;");
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body style="background: #292929;">
|
|
<noscript>
|
|
<strong>We're sorry but Nertivia doesn't work properly without JavaScript enabled. Please enable it to
|
|
continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
|
|
</html> |