14 lines
473 B
HTML
14 lines
473 B
HTML
{% extends "three_d_viewer/base.html" %}
|
|
{% block content %}
|
|
<div id="pushDownTwo"></div>
|
|
<div id="mainText">
|
|
<h1 class="subHeadings">Self Test</h1>
|
|
<p>Line of placeholder text for explaining the self-test section.</p>
|
|
<p>Line of placeholder text</p>
|
|
<p>Line of placeholder text</p>
|
|
<p>Line of placeholder text</p>
|
|
<p>Line of placeholder text</p>
|
|
<div id="pushDownThree"></div>
|
|
</div>
|
|
{% endblock %}
|