2024-08-08 12:52:23 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
2024-09-23 13:28:45 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-11-26 15:29:18 +00:00
|
|
|
<link rel="icon" type="image/jpeg" href="/logo.jpg" />
|
2024-09-23 13:28:45 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<meta name="description" content="Bitcoin Lightning VPS provider" />
|
|
|
|
<meta
|
|
|
|
name="keywords"
|
|
|
|
content="bitcoin lightning fast cheap vps virtual private server hosting web"
|
|
|
|
/>
|
|
|
|
<meta property="og:url" content="https://lnvps.net" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:title" content="LNVPS" />
|
|
|
|
<meta property="og:description" content="Bitcoin Lightning VPS provider" />
|
2024-11-26 15:29:18 +00:00
|
|
|
<meta property="og:image" content="/logo.jpg" />
|
2024-09-23 13:28:45 +01:00
|
|
|
<title>LNVPS</title>
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
<link
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap"
|
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
|
|
|
</head>
|
2024-08-08 12:52:23 +01:00
|
|
|
|
2024-09-23 13:28:45 +01:00
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|