mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
11 lines
193 B
HTML
11 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Neuron</title>
|
|
</head>
|
|
<body>
|
|
<script type="module" src="/src/renderer.ts"></script>
|
|
</body>
|
|
</html>
|