diff options
| author | davidovski <david@davidovski.xyz> | 2024-05-23 00:43:15 +0100 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2024-05-23 00:43:15 +0100 | 
| commit | b7e29e3284f7ee44503f9e3da4d7b02bb4bca29b (patch) | |
| tree | 8c991629438a8b57326d9aa48b5e5ae2cfb6402c /site/index.html | |
| parent | 96d83ab314b8df7cf2b815a9a29bb12d485d73ca (diff) | |
| parent | f8a06922c21b32bbf54a4b5a5552b62163feb2a3 (diff) | |
Merge branch 'master' of git.cheetah.remote:davidovski
Diffstat (limited to 'site/index.html')
| -rwxr-xr-x | site/index.html | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/site/index.html b/site/index.html index 54c7cd4..f40a030 100755 --- a/site/index.html +++ b/site/index.html @@ -40,20 +40,23 @@ cat << EOF  EOF  cat << EOF +<<<<<<< HEAD  	<div class="main-image">  		<img src="/images/remotecontrol.gif">  	</div>  	<div> -        <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> -        <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> or via the email linked at the top of the page.</p> +		<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>  </div>  EOF | 
