21 lines
642 B
HTML
21 lines
642 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Frame listing popup</title>
|
||
|
<link href="../config/css/bootstrap.min.css" rel="stylesheet">
|
||
|
<link href="../config/css/bootstrap-theme.min.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body>
|
||
|
<section>
|
||
|
This page has loaded the followng frames…
|
||
|
<ul class="list-group">
|
||
|
</ul>
|
||
|
</section>
|
||
|
<script src="js/example.js"></script>
|
||
|
</body>
|
||
|
</html>
|
||
|
|