Files

15 lines
599 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- cdrop 无头传输引擎页(arch A,见 ios/PLAN.md §2)。无 UI / 字体 / 图标——只承载
传输引擎。仅由原生 iOS 壳的离屏 WKWebView 从安全源(https)加载;原生须在本
模块执行前经 WKUserScript 注入 window.__CDROP_BOOT__session / device_name /
api_base / device_type:"ios"),见 src/engine/main.ts。 -->
<title>Commilitia Drop</title>
</head>
<body>
<script type="module" src="/src/engine/main.ts"></script>
</body>
</html>