Performance update, add setup for refresh rate
Took 36 minutes
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
<header>
|
||||
<!-- Fixed navbar -->
|
||||
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||
<a class="navbar-brand" href="#">Online-FAQ</a>
|
||||
<a class="navbar-brand" href="?">Online-FAQ</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@ -85,7 +85,7 @@
|
||||
<main role="main" class="flex-shrink-0">
|
||||
<div class="container">
|
||||
<h1 class="mt-5">Online-FAQ</h1>
|
||||
<p class="lead">Collect your database of questions and have them answered directly by your teacher.</p>
|
||||
<p class="lead">Collect your own database of questions and have them answered directly by specified users.</p>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg">
|
||||
|
Reference in New Issue
Block a user