Files
ladybird/Base/res/html/misc/alert.html
2020-06-17 20:09:44 +02:00

11 lines
137 B
HTML

<!DOCTYPE html>
<html>
<head>
<script>
alert("Hello friends!");
</script>
</head>
<body>
</body>
</html>