14 lines
146 B
HTML
14 lines
146 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>popup_2</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="text">
|
|
Popup#2 div text
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|