Skip to content

Commit

Permalink
Updated Verax homepage to redirect to www.ver.ax (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
orbmis authored Jan 30, 2024
1 parent 41b07ee commit fcc4446
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; URL='https://www.ver.ax" />
<link rel="icon" type="image/svg+xml" href="src/assets/verax-logo-circle.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Verax Attestation Registry</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<body style="width: 100%; background: #000; height: 100%; overflow: hidden">
<!--
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
-->
<div style="position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); font: 2em arial; color: #fff;">loading...</div>
</body>
</html>

0 comments on commit fcc4446

Please sign in to comment.