mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
20 lines
590 B
HTML
20 lines
590 B
HTML
<!--
|
|
Copyright (C) 2022 The Qt Company Ltd.
|
|
SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
|
|
-->
|
|
|
|
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Qt Loader tests</title>
|
|
<script type="text/javascript" src="https://sinonjs.org/releases/sinon-14.0.0.js"
|
|
integrity="sha384-z8J4N1s2hPDn6ClmFXDQkKD/e738VOWcR8JmhztPRa+PgezxQupgZu3LzoBO4Jw8"
|
|
crossorigin="anonymous"></script>
|
|
<script src="/src/plugins/platforms/wasm/qtloader.js"></script>
|
|
<script src="tst_qtloader.js" type="module" defer></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|