LiDa_Search/node_modules/commarcdiag/index.html

15 lines
405 B
HTML
Raw Normal View History

2023-04-27 12:43:37 +02:00
<!DOCTYPE html>
<meta charset="utf-8">
2024-02-14 16:30:25 +01:00
<title>Commedia: Arc Diagram per marcatura sintattica current</title>
2023-04-27 12:43:37 +02:00
<link rel="stylesheet" type="text/css" href="./inspector.css">
<body>
<script type="module">
import define from "./index.js";
import {Runtime, Library, Inspector} from "./runtime.js";
const runtime = new Runtime();
const main = runtime.module(define, Inspector.into(document.body));
</script>