blinker / firefox.plugin / data / performancetest / performancetest-end.html @ master
History | View | Annotate | Download (582 Bytes)
1 |
<html>
|
---|---|
2 |
<head>
|
3 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
4 |
<script src="../lib/jquery/jquery-2.2.4.min.js"></script> |
5 |
<script src="performancetest.js"></script> |
6 |
<link rel=stylesheet href="../lib/jquery-ui/jquery-ui.css"> |
7 |
<link rel=stylesheet href="../tutorial/tutorial.css"> |
8 |
<link rel=stylesheet href="performancetest.css"> |
9 |
<title>Blickbrowser - Performance Test End</title> |
10 |
</head>
|
11 |
<body>
|
12 |
|
13 |
<div id="content" class="performacetest"> |
14 |
|
15 |
<div class="container inputcont"> |
16 |
<h1>Thank You!</h1> |
17 |
</div>
|
18 |
|
19 |
</div>
|
20 |
|
21 |
</body>
|
22 |
</html>
|