Compare commits

...

2 Commits

Author SHA1 Message Date
af86caa196 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	templates/index.html
2024-03-06 10:33:04 +01:00
c258dec2bd Spline Integration 2024-03-05 10:13:02 +01:00

View File

@ -51,6 +51,11 @@
{% include 'components/delete_list.html' %}
{% endif %}
{% if not current_user.is_authenticated %}
<script type="module" src="https://unpkg.com/@splinetool/viewer@1.0.55/build/spline-viewer.js"></script>
<spline-viewer loading-anim-type="spinner-small-dark" url="https://prod.spline.design/4mCpd7DzpXgN2X9q/scene.splinecode"></spline-viewer>
{% endif %}
</div>
{% include 'components/scripts.html' %}