mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
config redirect
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>matchesSelector tests</title>
|
||||
|
||||
<link rel="stylesheet" href="bower_components/qunit/qunit/qunit.css" />
|
||||
|
||||
<script src="bower_components/qunit/qunit/qunit.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="alpha" class="item red"></div>
|
||||
<div id="beta" class="item blue"></div>
|
||||
<div id="gamma" class="item green"></div>
|
||||
|
||||
<div id="qunit"></div>
|
||||
|
||||
<script src="matches-selector.js"></script>
|
||||
<script src="tests.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user