2022-02-10 20:32:21 +01:00
|
|
|
<html>
|
|
|
|
<head>
|
2022-09-05 01:00:47 +05:30
|
|
|
<meta charset="utf-8" />
|
2023-08-13 18:33:41 +05:30
|
|
|
<script type="module" src="./viewer.js"></script>
|
2022-09-05 01:00:47 +05:30
|
|
|
<link
|
|
|
|
href="https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap"
|
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
2022-02-10 20:32:21 +01:00
|
|
|
<style>
|
|
|
|
svg {
|
|
|
|
border: 2px solid darkred;
|
|
|
|
}
|
2022-09-05 01:00:47 +05:30
|
|
|
.exClass2 > rect,
|
|
|
|
.exClass {
|
2022-02-10 20:32:21 +01:00
|
|
|
fill: greenyellow !important;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
2023-02-19 14:03:11 +05:30
|
|
|
<body></body>
|
2022-02-10 20:32:21 +01:00
|
|
|
</html>
|