-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
19 lines (17 loc) · 811 Bytes
/
test.html
File metadata and controls
19 lines (17 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="shortcut icon" type="image/png" href="bower_components/jasmine-core/images/jasmine_favicon.png">
<link rel="stylesheet" type="text/css" href="bower_components/jasmine-core/lib/jasmine-core/jasmine.css">
<script type="text/javascript" src="bower_components/jasmine-core/lib/jasmine-core/jasmine.js"></script>
<script type="text/javascript" src="bower_components/jasmine-core/lib/jasmine-core/jasmine-html.js"></script>
<script type="text/javascript" src="bower_components/jasmine-core/lib/jasmine-core/boot.js"></script>
</head>
<body>
<div id="preview"></div>
<script type="text/javascript" src="text-width.js"></script>
<script type="text/javascript" src="test.js"></script>
</body>
</html>