-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.html
34 lines (26 loc) · 818 Bytes
/
tools.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>Xenforo User Tools - Settings</title>
<meta charset="UTF-8">
<script src="js/forum-user-tools/xenforo-user-tools.js"></script>
<script src="js/translations.js"></script>
<script src="js/translate-ui.js"></script>
<link href="css/global.css" rel="stylesheet" />
<link href="css/form.css" rel="stylesheet" />
<link href="css/page-styles.css" rel="stylesheet" />
</head>
<body class="tools">
<div class="page tools">
<header class="page-header">
<h1>Xenforo User Tools</h1>
</header>
<main>
<a href="javascript: chrome.runtime.openOptionsPage();">Go to settings</a>
</main>
<footer class="page-footer">
© <a href="https://www.AntzCode.com" target="_blank">www.AntzCode.com</a>
</footer>
</div>
</body>
</html>