mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-18 09:02:53 +00:00
10 lines
137 B
HTML
10 lines
137 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
alert("Hello friends!");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|