-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 841 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="AuthorMail" content="" />
<meta name="Copyright" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" href="" id="styl" />
<title>Small examining environment</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
</head>
<body>
<pre><script src="./js/basics.js"></script></pre>
<pre><script src="./js/quickcheck.js"></script></pre>
<pre><script src="./js/examine.js"></script></pre>
<pre><script src="./js/samples.js"></script></pre>
</body>
</html>