test page added

master
wsor 2020-11-16 17:41:57 -05:00
parent 4c30d197ea
commit af9fceb8de
1 changed files with 25 additions and 0 deletions

25
bc_test.html Normal file
View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>BlockCity Test Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class = "header_container">
<p class="logo">BlockCity</p>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href=#>Builds</a></li>
</ul>
</nav>
</div>
</header>
<iframe src="https://discordapp.com/widget?id=581266173266493440&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</body>
</html>