mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +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>
|