-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (52 loc) · 2.08 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<meta name="propeller" content="8bcdbc469014e40e4669bbd923a3d448" />
<title>imvucodes - search for code snippets, badges and more</title>
<link rel="stylesheet" href="/style.css">
<img src="/logo.png">
<gcse:search></gcse:search>
<center>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- imvucodes microsite -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px;"
data-ad-client="ca-pub-6893972139462380"
data-ad-slot="8183660722"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</center>
<ul>
<li><a href="?q=code+snippet">code snippet</a></li>
<li><a href="?q=badges">badges</a></li>
<li><a href="?q=special+someone">special someone</a></li>
<li><a href="?q=layout">layout</a></li>
<li><a href="?q=iframe">iframe</a></li>
<li><a href="?q=jquery">jquery</a></li>
<li><a href="?q=javascript">javascript</a></li>
<li><a href="?q=tutorial">tutorial</a></li>
<li><a href="?q=credits">credits</a></li>
</ul>
<a id="hint" href="http://www.imvubox.com/badges?ref=imvucodes" target="_blank">
Looking for FREE BADGES?<br>
<u>Get them from imvubox.com »</u>
</a>
<footer>
Your search engine for for code snippets, layouts, designs, templates and more related to IMVU. If you want to have your site enlisted in the search results <a href="http://www.imvubox.com/about/contact">contact imvubox</a>.
</footer>
<script>
(function() {
var cx = '002076591163874142489:9c0eppzevfq';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
setTimeout(function() {
document.getElementById('hint').style.visibility = 'visible';
}, 5000);
if (("www.imvucodes.net" == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>