SeleniumBase/integrations/brython/index.html

44 lines
1.1 KiB
HTML
Raw Normal View History

2020-04-13 15:57:18 +08:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"><meta charset="iso-8859-1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css" />
2020-04-13 15:57:18 +08:00
<style>
body,td,th,h1{
font-family:sans-serif;
}
td,h1 {
border-style:solid;
border-width: 6px 6px 6px 6px;
border-color: #FFF;
padding: 8px;
}
th {
border-style: none;
border-width: 6px;
border-color: #FFF;
background-color: #91E7B4;
padding: 8px;
}
</style>
2022-01-06 01:16:27 +08:00
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.10.4/brython.js"></script>
2020-04-13 15:57:18 +08:00
</head>
<body onload="brython()">
<table>
<tbody>
<h1 id="topHeader"></h1>
<td>
<th>
<h2>
<a href="library.html">Library / Indexed DB Example</a>
</h2>
</th>
</td>
</tbody>
</table>
<script type="text/python">
import index
index.setup_page()
</script>
</body>
</html>