organize static files

This commit is contained in:
Kay Faraday 2024-08-04 15:34:30 -07:00
parent 2e6882bafa
commit dc964512d3
5 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title> <title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title>
<meta name=viewport content="width=device-width, initial-scale=1.0"> <meta name=viewport content="width=device-width, initial-scale=1.0">
<link rel=icon href="/favicon.png"> <link rel=icon href="/favicon.png">
<link rel=stylesheet href="/common.css"> <link rel=stylesheet href="/static/css/common.css">
<body> <body>
<h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1> <h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1>
<main> <main>

View File

@ -12,9 +12,9 @@
<tr><td>JoyPixels Premium<td>$99 one time <tr><td>JoyPixels Premium<td>$99 one time
<tr><td>Legal counsel<td>Assessed as needed <tr><td>Legal counsel<td>Assessed as needed
</table> </table>
<p>Our Monero <img width=16px height=16px alt="Monero logo" src="/monero.png"> address is <a style="word-break: break-all" href="monero:47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw?recipient_name=Freak%20University&tx_description=Donation%20to%20Freak%20University">47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw</a>. At this time, we only accept Monero. <p>Our Monero <img width=16px height=16px alt="Monero logo" src="/static/img/monero.png"> address is <a style="word-break: break-all" href="monero:47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw?recipient_name=Freak%20University&tx_description=Donation%20to%20Freak%20University">47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw</a>. At this time, we only accept Monero.
<details> <details>
<summary>Monero donation QR code</summary> <summary>Monero donation QR code</summary>
<img src="/monero-qr.png"> <img src="/static/img/monero-qr.png">
</details> </details>
{% endblock content %} {% endblock content %}

View File

Before

Width:  |  Height:  |  Size: 781 B

After

Width:  |  Height:  |  Size: 781 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB