Universal-Bypass/html/popup.html

20 lines
624 B
HTML
Raw Normal View History

2018-03-25 13:45:02 +02:00
<!DOCTYPE html>
<html>
<head>
2018-06-15 21:35:23 +02:00
<meta charset="UTF-8">
2018-03-25 13:45:02 +02:00
<link rel="stylesheet" href="basic.css">
<style>body{min-width:400px}</style>
</head>
<body>
2018-05-28 14:44:43 +02:00
<h1>Universal Bypass</h1>
2018-05-28 01:40:02 +02:00
<p data-message="appDesc"></p>
2018-03-25 13:45:02 +02:00
<ul>
2018-03-26 10:37:43 +02:00
<li><a href="options.html" target="_blank" data-message="popupOptions"></a></li>
2018-03-25 13:45:02 +02:00
<li><a href="https://universal-bypass.org" target="_blank" data-message="homepage"></a></li>
2018-06-12 05:47:49 +02:00
<li><a href="https://twitter.com/unibypass" target="_blank">Twitter</a></li>
2018-03-25 13:45:02 +02:00
</ul>
2018-05-12 14:28:07 +02:00
<p>Copyright (c) 2018, <a href="https://hellsh.com" target="_blank">Hellsh Ltd.</a></p>
2018-03-25 13:45:02 +02:00
<script src="translations.js"></script>
</body>
</html>