forked from nettleweb/nettleweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
unbl.xht
33 lines (33 loc) · 1.49 KB
/
unbl.xht
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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="Referrer-Policy" content="no-referrer" />
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<base href="/" target="_blank" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="unbl.css" />
<title>WhіteSpіder Unblоckеr</title>
</head>
<body>
<div id="tab-bar">
<div id="tabs"></div>
<button id="new-tab" type="button" title="New Tab"></button>
</div>
<div id="toolbar">
<button id="back" type="button" title="Back"></button>
<button id="forward" type="button" title="Forward"></button>
<button id="refresh" type="button" title="Refresh"></button>
<input id="address" type="text" placeholder="Search or Type a URL" spellcheck="false" />
<button id="menu" type="button" title="menu"></button>
</div>
<div id="container">
<img id="frame" width="1280" height="720" draggable="false" decoding="sync" loading="eager" tabindex="1" alt="Loading..." />
<div id="message">Error</div>
</div>
<script type="text/javascript" src="lib/socket.io/socket.io.min.js"></script>
<script type="text/javascript" src="unbl.js"></script>
</body>
</html>