Made the button to my website open the page in a new tab

This commit is contained in:
abrendan 2023-11-30 21:50:10 +00:00
parent 166138f599
commit 3e126a3929

View File

@ -38,7 +38,7 @@
<input id = "SendMessage" onclick="Send()" value = "Send your message" class = "Button" type = "submit"> <input id = "SendMessage" onclick="Send()" value = "Send your message" class = "Button" type = "submit">
</div> </div>
<p>Made by abrendan. Visit my website for more of my projects.</p> <p>Made by abrendan. Visit my website for more of my projects.</p>
<a href='https://abrendan.dev/' class="sitebutton">abrendan.dev</a> <a href='https://abrendan.dev/' target="_blank" class="sitebutton">abrendan.dev</a>
<br><br> <br><br>
</div> </div>
</body> </body>