v1.0
-- full integration with mol-edit backend -- added readme -- added vqe local_computational
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!-- index.html -->
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html style="height: 100%">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
@@ -9,8 +9,6 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
background: none;
|
||||
background-color: var(--mantine-color-secondary);
|
||||
}
|
||||
body {
|
||||
font-family:
|
||||
@@ -19,7 +17,7 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body style="background-color: transparent !important; height: 100%">
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/index.tsx"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user