-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (58 loc) · 2.1 KB
/
index.html
File metadata and controls
61 lines (58 loc) · 2.1 KB
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
61
<!DOCTYPE html>
<html>
<head>
<title>mindStreams</title>
<!-- [START] Meta-tags -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="mindStreams">
<meta name="keywords" content="mindStreams, project, flood, notification, alert, rivers, flash">
<meta name="robots" content="all">
<meta name="revisit-After" content="7 days">
<meta name="author" content="mindStreams">
<meta name="publisher" content="mindStreams">
<!--<link rel="icon" href="favicon.ico">-->
<!-- [END] Meta-tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- [START] Cascading Style Sheets -->
<link rel="stylesheet" href="css/style.css">
<!-- [END] Cascading Style Sheets -->
<!-- [START] Piwik Code -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setDomains", ["*.www.mindstreams.fr","*.mindstreams.fr"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.johnserv.com/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 8]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//piwik.johnserv.com/piwik.php?idsite=8" style="border:0;" alt="" /></p></noscript>
<!-- [END] Piwik Code -->
</head>
<body>
<table id="page-table">
<tr>
<td id="page-td">
<div id="global">
<a href="http://www.mindstreams.fr" name="mindStreams"><img src="images/logo.png" alt="mindStreams" style="width:50%;" /></a>
</div>
</td>
</tr>
<tr>
<td id="footer-td">
<footer>
<p>© Copyright <a href="http://www.mindstreams.fr" name="mindStreams">mindStreams</a> 2014-2016</p>
</footer>
</td>
</tr>
</table>
</body>
</html>