mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
added a "play" section to the navbar
This commit is contained in:
parent
db52280227
commit
4251c1f73b
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
<a class="nav-item nav-link" href="#top">🎮 Play</a>
|
||||
<a class="nav-item nav-link" href="#about">🏡 About</a>
|
||||
<a class="nav-item nav-link" href="#social">🔗 Social</a>
|
||||
<a class="nav-item nav-link" href="#devlogs">📝 Devlogs</a>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div class="top d-flex justify-content-center align-items-center vh-100">
|
||||
<div id="top" class="top d-flex justify-content-center align-items-center vh-100">
|
||||
<div class="top-content">
|
||||
<image src="media/logo.png" width="100%" height="auto" alt="Tiny Life"></image>
|
||||
<h4>A fun simulation game where you mess with people's lives</h4>
|
||||
|
|
Loading…
Reference in a new issue