-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
30 lines (30 loc) · 1.36 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
<!DOCTYPE HTML>
<html>
<head>
<title>nstr.cloud</title>
<meta charset="utf-8"/>
<meta author="NSTR.cloud"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<script src="assets/js/particles.min.js"></script>
</head>
<script>particlesJS.load('particles-js', 'assets/js/particles.json', function() {});</script>
<body class="is-preload">
<div id="particles-js"></div>
<div id="wrapper">
<section id="main">
<h1><a style="font-size: 28px;" href="https://github.com/nstrcloud/">NSTR.cloud</a></h1>
<h1><a style="font-size: 20px;" href="https://nstr.cloud/key">KEY CONVERTER</a></h1>
<h1><a style="font-size: 20px;" href="https://github.com/nstrcloud/nip05">REQUEST YOUR NIP05 ID</a></h1>
<br><br><br>
<h1><a style="font-size: 15px;" href="https://nstr.cloud/.well-known/nostr.json">nostr.json</a></h1>
</section>
</div>
<script>
if('addEventListener' in window){
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-preload\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>