1

Update index.html

This commit is contained in:
Evan Pratten 2019-01-21 09:22:56 -05:00 committed by GitHub
parent c43148673f
commit 5183029064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ h3 {
</head> </head>
<body> <body>
<ul class="nav justify-content-center"> <ul class="nav justify-content-center">
<li class="nav-item"> <!-- <li class="nav-item">
<a class="nav-link active" href="./index.html">Home</a> <a class="nav-link active" href="./index.html">Home</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
@ -28,7 +28,7 @@ h3 {
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link" href="./other.html">Other</a> <a class="nav-link" href="./other.html">Other</a>
</li> </li> -->
</ul> </ul>
<div style="height:30%"></div> <div style="height:30%"></div>
<h1 class="display-1">RetryLife</h1> <h1 class="display-1">RetryLife</h1>