1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00
uBlock/platform/chromium/options_ui.html

12 lines
212 B
HTML
Raw Normal View History

2015-02-06 16:30:22 +01:00
<!DOCTYPE html>
2015-12-31 15:25:12 +01:00
<html>
2015-02-12 18:25:19 +01:00
<head>
2015-02-12 16:50:40 +01:00
<script src="js/vapi-client.js"></script>
2015-02-12 18:25:19 +01:00
<script src="js/options_ui.js"></script>
<title></title>
</head>
<body>
<a href="dashboard.html" target="uBO">Dashboard</a>
2015-02-12 18:25:19 +01:00
</body>
2015-03-07 19:30:55 +01:00
</html>