activation_invalid.html 454 Bytes
Newer Older
1
<%inherit file="marketing.html" />
2

3 4
<section class="tos">
<div>
5
<h1>Activation Invalid</h1>
pmitros committed
6

7 8 9 10
<p>Something went wrong. Check to make sure the URL you went to was
  correct -- e-mail programs will sometimes split it into two
  lines. If you still have issues, e-mail us to let us know what happened
  at <a href="mailto:bugs@mitx.mit.edu">bugs@mitx.mit.edu</a>.</p>
11 12

  <p>Or you can go back to the <a href="/">6.002x course page</a>.</p>
13
</div>
14
</section>