mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-12-02 00:32:24 +08:00
14 lines
283 B
HTML
14 lines
283 B
HTML
<!doctype html>
|
|
<html lang="en-us">
|
|
|
|
<head>
|
|
<title>tst_qtloader_integration</title>
|
|
<script src='tst_qtloader_integration.js'></script>
|
|
<script src="qtloader.js" defer></script>
|
|
<script type="module" src="test_body.js" defer></script>
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html>
|