organize static files
This commit is contained in:
parent
2e6882bafa
commit
dc964512d3
|
@ -5,7 +5,7 @@
|
|||
<title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title>
|
||||
<meta name=viewport content="width=device-width, initial-scale=1.0">
|
||||
<link rel=icon href="/favicon.png">
|
||||
<link rel=stylesheet href="/common.css">
|
||||
<link rel=stylesheet href="/static/css/common.css">
|
||||
<body>
|
||||
<h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1>
|
||||
<main>
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
<tr><td>JoyPixels Premium<td>$99 one time
|
||||
<tr><td>Legal counsel<td>Assessed as needed
|
||||
</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>
|
||||
<summary>Monero donation QR code</summary>
|
||||
<img src="/monero-qr.png">
|
||||
<img src="/static/img/monero-qr.png">
|
||||
</details>
|
||||
{% endblock content %}
|
||||
|
|
Before Width: | Height: | Size: 781 B After Width: | Height: | Size: 781 B |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in New Issue