tabbro/options.html

15 lines
286 B
HTML

<!doctype html>
<html>
<head>
<title>TAB BRO</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="wrapper">
Wello!<br>
<a href="popup.html">Main</a>
</div>
</body>
</html>