10 lines
403 B
HTML
10 lines
403 B
HTML
|
|
<%inherit file="main.html" />
|
|
|
|
<section class="activation">
|
|
<h1>Activation Complete!</h1>
|
|
<!-- <p>Now go <a href="/">log in</a> and try the course!</a></p> -->
|
|
<p>Thanks for activating your email. We will notify you as soon as the course starts.</p>
|
|
<p>For now you can got to the <a href="/">MITx homepage</a> or the <a href="https://6002x.mitx.mit.edu/">6.002x course page</a>.</p>
|
|
</section>
|