expand_less <!DOCTYPE html><head> <meta charset="utf-8"> <title>Universal Character Language Prototype</title> <link rel="stylesheet" type="text/css" href="./OHS_inspector.css"><link rel="stylesheet" type="text/css" href="./OHQ_inspector.css"> </head> <body> <script type="module"> import define from "UCL_prototype+loadOHQ.js"; import {Runtime, Library, Inspector} from "OHQ_runtime.js"; const runtime = new Runtime(); const main = runtime.module(define, Inspector.into(document.body)); </script> </body>