2021-02-21 22:33:29 +01:00
|
|
|
<html>
|
|
|
|
<body onload="hello()">
|
|
|
|
<script>
|
|
|
|
function hello() {
|
|
|
|
console.log("Hello World");
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<pre>
|
|
|
|
You'll find the console.log
|
2021-02-22 01:52:56 +01:00
|
|
|
at config dir (~/.elinks)
|
2021-02-21 22:33:29 +01:00
|
|
|
</pre>
|
|
|
|
</body>
|
|
|
|
</html>
|