Update index.html
This commit is contained in:
parent
d324d59ac4
commit
d42e1d4796
1 changed files with 10 additions and 4 deletions
10
index.html
10
index.html
|
@ -19,8 +19,14 @@
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<h1>Hi! I'm Maggie!</h1>
|
<h1>Hi! I'm Maggie!</h1>
|
||||||
<p>Welcome to my website!</p>
|
<p>Welcome to my website!</p>
|
||||||
<a href="https://discord.com/users/330299657458679821"><img class="logo" src="catpdiscord.png" width="32" title="maggie.pi"/></a>
|
<div class="buttons">
|
||||||
<a href="https://github.com/maggster165"><img class="logo2" src="catpgh.png" title="maggster165" width="32"/></a>
|
<a class="btn" href="https://discord.com/users/330299657458679821">
|
||||||
|
<img class="logo" src="catpdiscord.png" width="32" title="maggie.pi">
|
||||||
|
</a>
|
||||||
|
<a class="btn" href="https://github.com/maggster165">
|
||||||
|
<img class="logo2" src="catpgh.png" width="32" title="maggster165">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="aboutbox">
|
<div class="aboutbox">
|
||||||
<h3>About Me</h3>
|
<h3>About Me</h3>
|
||||||
|
|
Loading…
Reference in a new issue