10 lines
289 B
HTML
10 lines
289 B
HTML
<%inherit file="marketing.html" />
|
|
|
|
<section class="tos">
|
|
<div>
|
|
<h1>Activation Complete!</h1>
|
|
<!-- <p>Now go <a href="/">log in</a> and try the course!</a></p> -->
|
|
<p>Thanks for activating your account. You can log in at the <a href="/">6.002x course page</a>.</p>
|
|
</div>
|
|
</section>
|