-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.55 KB
/
Copy pathindex.html
File metadata and controls
35 lines (32 loc) · 1.55 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module">
// IMP START - Bundler Issues
import { Buffer } from "buffer";
import process from "process";
window.Buffer = Buffer;
window.process = process;
// IMP END - Bundler Issues
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="description" content="proplex Admin - A revolutionary platform for fractional Real World Asset (RWA) investments. Securely invest in and manage tokenized real-world assets through blockchain technology." />
<meta name="author" content="proplex Admin" />
<meta name="keywords" content="proplex Admin, RWA, Real World Assets, Fractional Investment, Blockchain, Tokenization, Investment Platform" />
<meta name="robots" content="index, follow" />
<link rel="icon" href="/favicon.png" />
<meta name="theme-color" content="#000000" />
<meta name="msapplication-TileColor" content="#000000" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.svg" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="proplex Admin - RWA Investment Platform" />
<title>proplex Admin: RWA Fractional Investment Platform</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>