h5ai/test/index.html

12 lines
221 B
HTML
Raw Normal View History

2016-05-31 20:15:04 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2016-06-03 19:06:25 -04:00
<title>h5ai test suite</title>
2016-05-31 20:15:04 -04:00
<link rel="stylesheet" href="h5ai-styles.css">
</head>
2016-07-01 20:40:34 -04:00
<body>
2016-07-21 07:44:31 -04:00
<script src="index.js"></script>
2016-07-01 20:40:34 -04:00
</body>
2016-05-31 20:15:04 -04:00
</html>