2023-01-06 19:16:56 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2023-01-14 02:36:49 +01:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.7.2/dist/terminal.min.css" />
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.7.1/dist/terminal.min.css" />
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/terminal.css@0.7.1/dist/terminal.min.css" />
|
2023-01-06 19:16:56 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-01-14 02:36:49 +01:00
|
|
|
<div id="react-mount"></div>
|
|
|
|
<!-- <canvas id="mount"></canvas> -->
|
|
|
|
|
|
|
|
<!-- chart.js -->
|
2023-01-06 19:16:56 +01:00
|
|
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
2023-01-14 02:36:49 +01:00
|
|
|
<!-- react.js -->
|
|
|
|
<script src="https://unpkg.com/react@18/umd/react.development.js" crossorigin></script>
|
|
|
|
<script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js" crossorigin></script>
|
|
|
|
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
|
|
|
|
<!-- depot JS -->
|
|
|
|
<script src="http://localhost:8002/index.js"></script>
|
|
|
|
<script src="./data.js"></script>
|
2023-01-06 19:16:56 +01:00
|
|
|
<script src="./index.js"></script>
|
2023-01-14 02:36:49 +01:00
|
|
|
<script src="./components.js" type="text/babel"></script>
|
2023-01-06 19:16:56 +01:00
|
|
|
</body>
|
|
|
|
</html>
|