- Remove website/dashboards/ directory - Remove website/aitbc-proxy.conf - Remove website/README.md - Update website documentation files with minimum Python version - Update website assets (CSS, JS) for improved performance - Update docs/ with minimum Python version and updated paths
15 lines
488 B
HTML
15 lines
488 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;url=/wallet/">
|
|
<title>Redirecting to AITBC Wallet...</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
|
<link rel="stylesheet" href="css/docs.css">
|
|
</head>
|
|
<body>
|
|
<div data-global-header></div>
|
|
<p>Redirecting to <a href="/wallet/">AITBC Browser Wallet</a></p>
|
|
<script src="../assets/js/global-header.js"></script>
|
|
</body>
|
|
</html>
|