-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcase.html
33 lines (28 loc) · 1.05 KB
/
case.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
<!doctype html><html>
<head><meta charset="UTF-8">
<link rel="STYLESHEET" href="main.css" type="text/css">
<title>redirect | SS64.com</title>
<meta name="description" content="Easily convert text between UPPER and lower CASE, reverse the effects of the CAPS lock key."/>
<meta http-equiv="REFRESH" content="3;url=https://emw3.com/case.html">
</head>
<body>
<div id="tnav">
<ul>
<li class="tbtn"><a href="index.html"> ( SS64 )</a></li>
<li>
<div id="search">
<form action="https://www.google.com/search" method="get">
<button tabindex="-1" type="submit" id="q-img"></button>
<input type="text" name="q" id="q" size="27" maxlength="255" onBlur="if(this.value=='')this.value='Search...';" onClick="if(this.value=='Search...')this.value='';" value="Search...">
<input type="hidden" name="sitesearch" value="ss64.com">
</form>
</div>
</li>
</ul>
</div>
<p> </p>
<p>This page will redirect to <a href="https://emw3.com/case.html">https://emw3.com/case.html</a> in 3 seconds</p>
<p> </p>
<p> </p>
</body>
</html>