Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
18
vendor/ruvector/examples/edge-net/dashboard/index.html
vendored
Normal file
18
vendor/ruvector/examples/edge-net/dashboard/index.html
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<html lang="en" class="dark">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/crystal.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="theme-color" content="#0a0a0f" />
|
||||
<meta name="description" content="RuVector Edge-Net Dashboard - Distributed Compute Intelligence Network" />
|
||||
<title>Edge-Net Dashboard | Time Crystal Network</title>
|
||||
<!-- Preconnect to CDNs -->
|
||||
<link rel="preconnect" href="https://cdnjs.cloudflare.com" />
|
||||
<link rel="preconnect" href="https://unpkg.com" />
|
||||
</head>
|
||||
<body class="dark">
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user