mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 00:29:53 -05:00
14 lines
258 B
HTML
14 lines
258 B
HTML
<html>
|
|
<head>
|
|
<title>a page that pops up an alert</title>
|
|
<script>
|
|
alert("I'm an alert")
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>alert</h1>
|
|
<p>this is a page that pops up an alert</p>
|
|
</body>
|
|
</html>
|
|
|