crane-cloud/frontend

View on GitHub
index.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/images/logo.png" />
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width, user-scalable=no"
/>
<meta
name="description"
content="CraneCloud is an open source multi-cloud service layer for the deployment and management of cloud native applications in Africa. CraneCloud provides Compute, network & storage services without lock-in."
/>
<title>Crane Cloud</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>