-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
27 lines (27 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<link href="css.css" type="text/css" rel="stylesheet" />
<title>PyBytes</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
<meta content="PyWavelets, wavelets, Python, discrete wavelet transform, dwt, idwt, pywt, Filip Wasilewski" name="keywords" />
<meta name="author" content="Filip Wasilewski - www.filipwasilewski.pl" />
</head>
<body>
<div class="main center" style="text-align: center;">
<p>Welcome to PyBytes, home of <b><a href="./pywavelets/index.html">PyWavelets</a></b>,
<b><a href="http://wavelets.pybytes.com">Wavelet Properties Browser</a></b>
and <b><a href="./pywfdb/index.html">pywfdb</a></b>.</p>
<p>By <a href="http://en.ig.ma" title="Filip Wasilewski">en.ig.ma</a>.</p>
</div>
<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">
var pageTracker = _gat._getTracker("UA-3396395-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>