forked from jaystack/jaydata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 729 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<a href="test.html">Test source</a><br />
<a href="test_JayData.html">Test JayData</a><br />
<a href="test_cdn_JayData.html">Test JayData CDN</a><br />
<a href="test_JayData_min.html">Test JayData (min)</a><br />
<a href="test_JayData_nuget.html">Test JayData from nuget</a><br />
<a href="test_JayData_min_nuget.html">Test JayData from nuget (min)</a><br />
<a href="test_JayData_nuget_prov.html">Test JayData from nuget (auto provider loader)</a><br />
<a href="LocalItemStore.html">Test LocalItemStore</a><br />
<a href="test_Handlebars.html">Test Handlebars</a><br />
</body>
</html>