mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-01-13 00:18:03 -05:00
21 lines
518 B
HTML
21 lines
518 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>FuelUX Component Initialization (via CommonJS)</title>
|
|
<link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css" media="screen">
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">Fuel UX CommonJS Test Suite</h1>
|
|
|
|
<h2 id="qunit-banner"></h2>
|
|
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture"></div>
|
|
|
|
<script src="commonjs-bundle.js"></script>
|
|
|
|
</body>
|
|
</html> |