33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<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" />
|
|
<meta property="og:image" content="/logo.png" />
|
|
<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>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
<script src="https://btcpay.v0l.io/modal/btcpay.js"></script>
|
|
</body>
|
|
</html>
|