Skip to content
Snippets Groups Projects
Commit f63fd0b3 authored by xamgore's avatar xamgore
Browse files

Page size was reduced (1.5x)

parent ff788f0c
Branches
Tags
No related merge requests found
{% spaceless %}
<!DOCTYPE html> <!DOCTYPE html>
{% macro action(URL, image, title, message, actionID = '') %} {% macro action(URL, image, title, message, actionID = '') %}
<a href="{{ URL }}" class="action_link"> <a href="{{ URL }}" class="action_link">
...@@ -140,3 +141,4 @@ ...@@ -140,3 +141,4 @@
{% include 'popup/sign' %} {% include 'popup/sign' %}
</body> </body>
</html> </html>
{% endspaceless %}
{% spaceless %}
<!DOCTYPE html> <!DOCTYPE html>
{% macro input(name, type, value, placeholder, focus) %} {% macro input(name, type, value, placeholder, focus) %}
...@@ -99,3 +100,4 @@ ...@@ -99,3 +100,4 @@
</div> </div>
</body> </body>
</html> </html>
{% endspaceless %}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment