Style improvement & name correction
This commit is contained in:
parent
0450aa27c9
commit
649f201729
3 changed files with 50 additions and 52 deletions
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">freeTTRPG</a></div>
|
||||
<div class="project-name"><a href="index.html">FreeTTRPG</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="#section1">open a git console</a></li>
|
||||
|
@ -62,7 +62,10 @@
|
|||
<p>Move the bash console into the newly created repository</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
<br />
|
||||
<br />
|
||||
</footer>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue