blob: 2fb9cb533f22350e23aacf6d769cf8768949ea1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!doctype html>
<html>
<head>
<title>Browser Test Host</title>
<script src="/lib/vendor/system-csp-production.src.js"></script>
<script>
System.config({
baseURL: "/",
defaultJSExtensions: true,
meta: {
"lib/emscripten/taler-emscripten-lib": {
format: "global",
exports: "Module",
},
},
});
</script>
</head>
</html>
|