mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-21 03:32:35 +03:00
11 lines
164 B
HTML
11 lines
164 B
HTML
<html>
|
|
<head>
|
|
<title>alert based onload (from body) example</title>
|
|
|
|
</head>
|
|
|
|
<body onload="alert('Running onload')">
|
|
<h1>Just look at the log</h1>
|
|
</body>
|
|
</html>
|