-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
25 lines (24 loc) · 1.1 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Rogério Schneider - Weekend codes</title>
<meta http-equiv="Refresh" content="1; url=http://stockrt.github.com"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="Rogério Schneider" xml:lang="en" lang="en"/>
<meta name="description" content="Codes and random stuff I am up to share with you" xml:lang="en" lang="en"/>
<meta name="keywords" content="python, github user page, weekend codes, modules, rpm, linux" xml:lang="en" lang="en"/>
</head>
<body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5567404-5");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>