-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.html
More file actions
43 lines (41 loc) · 2.14 KB
/
box.html
File metadata and controls
43 lines (41 loc) · 2.14 KB
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
35
36
37
38
39
40
41
42
43
<html><head>
<meta http-equiv="content-language" content="ru">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="robots" content="noindex,follow">
<style type="text/css">
.expand{width:100%;height:100%;}
.close{border:none;margin:0;padding:0;}
html,body{overflow:hidden;}
img[alt="www.000webhost.com"]{display:none;}
</style>
<script type="text/javascript">
var old = '';
function update()
{
var textarea = document.f.ta;
var d = parent.dynamicframe.document;
if (old != textarea.value) {
old = textarea.value;
d.open();
d.write(old);
d.close();
}
window.setTimeout(update,150);
}
</script>
</head><body class="expand close" onload="update();document.f.ta.select();">
<form class="expand close" name="f">
<textarea class="expand close" style="padding:5px;background:#f0f0f0;font-family:«Courier New»,Courier,Consolas,monospace;font-size:13px;color:black;" name="ta" wrap="hard">
<div><p><a href="/" style="color:#bababa;text-decoration:none;" alt="Radio & TV" title="Home/главная" target="_top">▒</a></p></div>
<h2 align="center">Real-time HTML Redactor!</h2>
<center><em>редактор HTML в реальном времени</em></center>
<div style="margin:5% 50%;"><a href="/editor" style="color:red;text-decoration:none;" alt="Online HTML Editor" title="vertical / вертикально" target="_top">↕ </a></div></span>
<div style="position:fixed;bottom:5px;left:10px;font-family:Arial,Tahoma,sans-serif;font-size:16px;"><p>© <a href="https://sites.google.com/site/susochi" style="color:black;text-decoration:none;" target="_blank" alt="ПреКрасный…Сочи Red Sochi SU SuSochi.Ga Gagra">BeautifulRed…Sochi</a> <a href="https://www.000webhost.com" target="_blank"><img alt="w" src="/img/000webhost.com.ico" title="Free Web Hosting" height="13px" width="13px" style="border:0;border-color:white;"></a></p></div>
</textarea>
</form>
<!--
Help – Ƀ 1HErW1F7Qs4hZKHrokfBXFLmXtWviK88pa
Помочь – ₽ https://yoomoney.ru/to/410013694885719
Радио и ТВ https://SochiSU.github.io
-->
</body></html>