mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
19 lines
613 B
HTML
19 lines
613 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen" />
|
|
<script type="text/javascript" src="qunit/qunit.js"></script>
|
|
<!-- JSChardet -->
|
|
<script src="../dist/jschardet.js"></script>
|
|
<!-- tests -->
|
|
<script type="text/javascript" src="jschardet.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">JS Chardet</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
</body>
|
|
</html>
|