14 lines
387 B
HTML
14 lines
387 B
HTML
<%inherit file="marketing.html" />
|
|
|
|
<section class="honor-code">
|
|
<div>
|
|
<h1> Honor Code </h1>
|
|
|
|
<ul>
|
|
<li> I agree to not engage in any activities that would dishonestly improve my results, or improve or hurt those of others.</li>
|
|
<li> I agree to never post answers to problems.</li>
|
|
<li> I agree to maintain only one account.</li>
|
|
</ul>
|
|
</div>
|
|
</section>
|