19 lines
534 B
HTML
19 lines
534 B
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<title data-i18n="anp_title_test">Test - AnP</title>
|
|
<meta name="content-type" content="text/html;charset=utf-8" />
|
|
<meta charset="utf-8" />
|
|
|
|
<script type="module" data-type="text/javascript;charset=utf-8" data-language="ECMAScript 2015" charset="utf-8">
|
|
"use strict";
|
|
|
|
import {AnP} from "./ecma/Application/AnP.ecma.js";
|
|
|
|
const anp = new AnP({debug_mode : true});
|
|
|
|
</script>
|
|
|
|
</head>
|
|
<body></body>
|
|
</html> |