Add missing jseval.html

This commit is contained in:
Florian Bruhin 2016-09-12 20:02:03 +02:00
parent 4b4582c452
commit 07e67740cc

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Testing :jseval</title>
<script type="text/javascript">
function do_log() {
console.log("Hello from the page!");
}
</script>
</head>
<body>
Nothing to see here, only some JS functions defined.
</body>
</html>