diff options
| author | davidovski <david@davidovski.xyz> | 2024-04-11 11:03:02 +0100 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2024-04-11 11:03:02 +0100 | 
| commit | f8a06922c21b32bbf54a4b5a5552b62163feb2a3 (patch) | |
| tree | 78053b266f86123a92f9f7725d5e6ca5566ae686 /site/index.html | |
| parent | 70cbcc3646732cc8a5f7b61678ae409a526c0a9e (diff) | |
add typr entry
Diffstat (limited to 'site/index.html')
| -rwxr-xr-x | site/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/site/index.html b/site/index.html index bcbd10f..926ddb7 100755 --- a/site/index.html +++ b/site/index.html @@ -44,14 +44,14 @@ EOF  cat << EOF  	<div class="left"> -        <h2>donate</h2> +        <h2 id="donate">donate</h2>          <p>if you like what i do and you want to support me, consider donating <a href="https://www.getmonero.org/">Monero</a></p>  		<code>49ECi71yshT6kvzFJKyvVDXLarVp9EGR54ZUw9ebqPetKn2kbaRavFG4FCG4MALkGXVZ16KM5c92MJ7vDWL7iwFs66Q1UQ2</code>  	</div>  	<div class="right"> -        <h2>contact</h2> +        <h2 id="contact">contact</h2>  		<p>if you want to contact me, you can message me on matrix <code>@ix:davidovski.xyz</code>, XMPP <code>ix@davidovski.xyz</code>, or via the email linked at the top of the page.</p>  	</div> | 
