fifth commit

This commit is contained in:
2023-06-15 06:59:54 -04:00
parent 60ff7f7e84
commit 5972e4e1e6
8 changed files with 42 additions and 19 deletions

View File

@@ -10,9 +10,12 @@ function Home() {
<h1> Chad's Test Website </h1>
<p> This is kinda fun</p>
<Link to='shop'>
<button> This is a button </button>
<button> Visit Our Shop </button>
</Link>
</div>
</div>
<div className="discordint">
<iframe src="https://discord.com/widget?id=573633846587817992&theme=dark" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</div>
);
}