mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-24 02:21:27 +00:00
13 lines
158 B
HTML
13 lines
158 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<div id="settings">
|
|
<h1>Current</h1>
|
|
</div>
|
|
|
|
<div id="diff-ui">
|
|
image goes here
|
|
</div>
|
|
|
|
{% endblock %} |