-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (33 loc) · 998 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ra Colors</title>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9069118793962815",
enable_page_level_ads: true
});
</script>
</head>
<body>
<script>
window.location.href = "./home/";
</script>
<!-- SSL -->
<span id="siteseal">
<script async type="text/javascript"
src="https://seal.godaddy.com/getSeal?sealID=rtFwqXXtp0dx1VkjSJjgTv9Fs7eUjeB04OVfHyf5NinoIUhAPwYyMpzsNjbu"></script>
</span>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133186266-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-133186266-2');
</script>
</body>
</html>