Compare commits

..

No commits in common. "6bd71711734cbbd5d7d67f6dfc008426bdbc80b6" and "06b2064678b95a044fb1ff1d8f23a3c22ad6c30d" have entirely different histories.

3 changed files with 0 additions and 7 deletions

View File

@ -1 +0,0 @@
.js-only{display:none}

View File

@ -1,2 +0,0 @@
// This script displays all elements with `js-only` class
(()=>{let a=document.getElementsByClassName('js-only');for(let i=0;i!=a.length;i++)a[i].style.display='initial'})()

View File

@ -11,7 +11,6 @@
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;600;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/paint.css" />
<link rel="stylesheet" href="/form.css" />
<link rel="stylesheet" href="/js-only.css" />
<script src="/delay.js"></script>
<title>blek! File</title>
{% block head %}{% endblock %}
@ -44,8 +43,5 @@
</tbody>
</table>
</div>
<script src="/js-only.js"></script>
{% block scripts %}{% endblock %}
</body>
</html>