fixed hidden.html referrer, needs further feature development

This commit is contained in:
Xevion
2019-06-30 00:14:25 -05:00
parent 41e957ae57
commit 8986efe8f7
2 changed files with 14 additions and 5 deletions

View File

@@ -17,7 +17,6 @@
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<style type="text/css">
{% block css %}
/* Single line word breaking for content */
.word-break {
word-wrap: break-word;
@@ -27,7 +26,6 @@
font-family: 'Raleway', sans-serif;
font-size: 1.75rem;
}
{% endblock css %}
</style>
{% endblock head %}
</head>