serenity/Base/res/html/misc/alert.html

11 lines
137 B
HTML

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