-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeanvalue.html
25 lines (24 loc) · 894 Bytes
/
meanvalue.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de-DE">
<head>
<title>Tests for MeanValue</title>
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="DE" />
</head>
<body>
<h1>Tests for MeanValue</h1>
<script type="text/javascript" src="meanvalue.js"></script>
<script type="text/javascript" src="assert.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
(function() {
MeanValue.t('verbose');
})();
/* ]]> */
</script>
</body>
</html>