mermaid/cypress/platform/e2e.html

21 lines
439 B
HTML
Raw Normal View History

2022-02-10 20:32:21 +01:00
<html>
<head>
2022-09-04 21:30:47 +02:00
<meta charset="utf-8" />
<script type="module" src="./viewer.js"></script>
2022-09-04 21:30:47 +02:00
<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-04 21:30:47 +02:00
.exClass2 > rect,
.exClass {
2022-02-10 20:32:21 +01:00
fill: greenyellow !important;
}
</style>
</head>
2023-02-19 09:33:11 +01:00
<body></body>
2022-02-10 20:32:21 +01:00
</html>