20 lines
419 B
HTML
20 lines
419 B
HTML
<!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>
|