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