-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
52 lines (49 loc) · 2.61 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Angor</title>
<base href="/" />
<link rel="icon" type="image/svg+xml" href="/assets/img/angor-icon.svg" />
<link rel="icon" type="image/png" href="/assets/img/favicon.png" />
<link rel="apple-touch-icon" sizes="512x512" href="/assets/img/icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="/assets/img/icon-192.png" />
<link href="Angor.Client.styles.css" rel="stylesheet" />
<link href="/assets/css/dashboard.css" rel="stylesheet" />
<link href="/assets/css/app.css" rel="stylesheet" />
<meta name="description" content="Angor is a decentralized crowdfunding platform built on Bitcoin, incorporating Nostr for enhanced security and transparency. It allows investors to maintain control over their funds and supports direct communication between investors and founders.">
<meta name="keywords" content="Angor, blockchain, crowdfunding, smart contracts, blockchain technology, bitcoin, nostr, decentralized applications, dApps, development, easy to use, secure">
<meta name="author" content="Angor Team">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#ffffff">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Angor">
<meta name="application-name" content="Angor">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/assets/img/icon-512.png">
<meta name="msapplication-config" content="/manifest.json">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<body>
<div id="app">
<div class="loader-wrapper">
<div class="loader"></div>
</div>
</div>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>
<script type="module" src="service-crypto.js?v=1"></script>
<script src="nostr-tools-methods.js?v=1" type="module"></script>
<script src="/assets/js/appUpdate.js?v=1"></script>
<script src="/assets/js/app.js?v=1"></script>
<script src="_framework/blazor.webassembly.js?v=1"></script>
</body>
</html>