Update create_blog.html

This commit is contained in:
MattTheTekie 2023-09-18 18:40:19 -04:00 committed by GitHub
commit ab5529095b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,10 +24,5 @@
<button type="submit">Create Blog</button>
</form>
</div>
<footer class="taskbar">
<button class="taskbar-button" id="info-button" title="Info Page"><a href='../../info.html'>&#9432;</a></button>
<button class="taskbar-button" id="home-button" title="Home"><a href='../../index.html'>&#8962;</a></button>
<button class="taskbar-button" id="settings-button" title="Settings"><a href='../../settings.html'>&#9881;</a></button>
</footer>
</body>
</html>