mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
16 lines
401 B
HTML
16 lines
401 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>WASM batched test runner (emrun-enabled)</title>
|
||
|
<link rel="stylesheet" href="qtestoutputreporter.css"></link>
|
||
|
<script type="module" defer="defer" src="qwasmtestmain.js"></script>
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|