Merge pull request 'Added Back to top of the page links.' (#20) from daball/nm3clol-express-app:main into main

Reviewed-on: #20
This commit is contained in:
David Ball 2024-06-24 20:29:27 -04:00
commit 9047216a25
4 changed files with 4 additions and 1 deletions

View File

@ -128,6 +128,7 @@
<% } else { %>
<%- h.printReadme(directory) %>
<% } %>
<a href="#top">^ Back to top of page.</a>
</div>
</div>
<% } %>

View File

@ -21,6 +21,7 @@
</small>
</p>
<%- content %>
<a href="#top">^ Back to top of page.</a>
</div>
</div>
<% } %>

View File

@ -39,6 +39,7 @@
<% }); %>
</ul>
<% } %>
<a href="#top">^ Back to top of page.</a>
</div>
</div>
<% } %>

View File

@ -40,8 +40,8 @@
<a href="<%=encodeURI(videoURL)%>" target="_blank">Video (.<%=info.ext%>)</a>
| <a href="<%=encodeURI(subtitleURL)%>" target="_blank">Subtitles (.vtt)</a>
</p>
<!-- <pre><%=h.inspect(info)%></pre> -->
<%}%>
<a href="#top">^ Back to top of page.</a>
</div>
</div>
<% } %>