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