mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
19 lines
456 B
HTML
19 lines
456 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>ShadowEditor.UI Tests</title>
|
|
<link rel="stylesheet" href="css/qunit-2.8.0.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="js/qunit-2.8.0.js"></script>
|
|
<script src="../build/ShadowEditor.js"></script>
|
|
<script src="tests/example/example.js"></script>
|
|
</body>
|
|
|
|
</html> |