This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
qmi-cloud/src/index.html
2022-09-16 11:17:10 +02:00

16 lines
353 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>QMI Cloud</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/favicon.ico">
<!-- Load environment variables -->
<script src="env.js"></script>
</head>
<body>
<app-root></app-root>
</body>
</html>