mirror of https://github.com/reiyua/reiyua.lol.git
Add navbar to homepage
This commit is contained in:
parent
55da86912d
commit
4801a82449
|
@ -14,9 +14,18 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<div class="navbar">
|
||||||
|
<a href="index.html">Home</a>
|
||||||
|
<a href="#">About</a>
|
||||||
|
<a href="#">Contact</a>
|
||||||
|
<a href="#" class="right">Projects</a>
|
||||||
|
</div>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>reiyua</h1>
|
<h1>reiyua</h1>
|
||||||
<p>This website is under construction.</p>
|
<p>This website is under construction.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue