-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy paththankyou.html
More file actions
40 lines (38 loc) · 1.26 KB
/
thankyou.html
File metadata and controls
40 lines (38 loc) · 1.26 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link href='2016/style.css' rel='stylesheet' type="text/css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700' rel='stylesheet' type='text/css'>
<title>Save the date: Python in Astronomy - 21-25 March 2016</title>
</head>
<body>
<div id="content-savethedate">
<h1>
Python in Astronomy
</h1>
<h2>
Week of 21-25 March 2016, University of Washington, Seattle
</h2><br>
<img width="100" src='2016/python-logo-generic.png'><br>
<div class='about'>
<div align='center'>
<p>
Your subscription to the announcement list has been confirmed!
</p>
</div>
</div>
<!--End mc_embed_signup-->
</div>
<script>
var _gaq = [['_setAccount', 'UA-1624521-7'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.async = true;
g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
})(document, 'script');
</script>
</body>
</html>