We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6ffac commit 4ce10afCopy full SHA for 4ce10af
templates/index.html
@@ -61,6 +61,11 @@ <h3>Multiple Choice Question #{{ question_number }}</h3>
61
<h3 id="progressText">Question 0 of 0</h3>
62
</div>
63
64
+ <div class="adapt-image-container">
65
+ <img src="/static/images/adapt.png" alt="https://www.adaptcentre.ie" class="Adapt-Icon">
66
+ <img src="https://logowik.com/content/uploads/images/university-college-dublin4379.jpg" alt="UCD Logo" class="intro-image">
67
+ </div>
68
+
69
<!-- jQuery and custom script -->
70
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
71
<script src="/static/script.js"></script>
0 commit comments