mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-12 08:42:04 +00:00
17 lines
393 B
HTML
17 lines
393 B
HTML
<html><head><title>Expo</title></head><body>
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link
|
|
href="https://unpkg.com/gridjs/dist/theme/mermaid.min.css"
|
|
rel="stylesheet"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper"></div>
|
|
|
|
<script src="https://unpkg.com/gridjs/dist/gridjs.umd.js"></script>
|
|
<script src="src/dates-voting.js"></script>
|
|
</body>
|
|
</html></body></html>
|