13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Jasmine suite</title>
|
|
<link rel="shortcut icon" href="images/jasmine_favicon.png" type="image/png" />
|
|
<link rel="stylesheet" href="lib/jasmine-core/jasmine.css" type="text/css" media="screen" />
|
|
<% files.forEach(function(file) { %>
|
|
<script src="<%= file %>" type="text/javascript"></script>
|
|
<% }) %>
|
|
<body>
|
|
</body>
|
|
</html>
|