Amp-Thread-ID: https://ampcode.com/threads/T-019f9d91-77c1-7206-a60f-ed6554ce92ab Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
13 lines
283 B
HTML
13 lines
283 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>fxnode image and grading parity</title>
|
|
<link rel="stylesheet" href="./style.css" />
|
|
</head>
|
|
<body>
|
|
<canvas id="graph"></canvas>
|
|
<script type="module" src="./main.ts"></script>
|
|
</body>
|
|
</html>
|