0047
This commit is contained in:
@@ -11,12 +11,14 @@
|
||||
<body>
|
||||
<div id="navbarTop" class="w3-bar w3-top w3-black">
|
||||
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button">Home</a>
|
||||
<a href="/website/index.html" class="w3-bar-item w3-button w3-hover-#000000">Home</a>
|
||||
|
||||
<a href="/website/about.html" class="w3-bar-item w3-button">About</a>
|
||||
<a href="/website/about.html" class="w3-bar-item w3-button w3-hover-#000000">About</a>
|
||||
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button">Blog</a>
|
||||
<a href="/website/blog.html" class="w3-bar-item w3-button w3-hover-#000000">Blog</a>
|
||||
|
||||
<input class="w3-bar-item w3-input w3-right" type="text" placeholder="Search..">
|
||||
<button class="w3-bar-item w3-button w3-right" type="submit"><i class="fa fa-search"></i></button>
|
||||
|
||||
<a href="https://github.com/WickedJack99" class="w3-bar-item w3-button w3-right"><i class='fa fa-github' style='color:#ffffff'></i></a>
|
||||
|
||||
@@ -62,7 +64,7 @@
|
||||
<h3>Directories</h3>
|
||||
Create two directories: docs and localDev.
|
||||
<div class="console">
|
||||
<code>$ mkdir docs</code>
|
||||
<code>$ mkdir docs</code><br>
|
||||
<code>$ mkdir localDev</code>
|
||||
</div>
|
||||
docs will contain the content of the website later on.<br>
|
||||
|
||||
Reference in New Issue
Block a user