rairo commited on
Commit
85c6eb7
·
verified ·
1 Parent(s): 2d1236e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -3,7 +3,6 @@
3
  <head>
4
  <meta charset="utf-8">
5
  <title>Lwendo</title>
6
- <p>Business Managment App</p>
7
  <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
8
  <style>
9
  body {
@@ -30,6 +29,7 @@
30
  </head>
31
  <body>
32
  <h1>Lwendo</h1>
 
33
  <a href="{{ url_for('login') }}" class="get-started">Get Started</a>
34
  </body>
35
  </html>
 
3
  <head>
4
  <meta charset="utf-8">
5
  <title>Lwendo</title>
 
6
  <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
7
  <style>
8
  body {
 
29
  </head>
30
  <body>
31
  <h1>Lwendo</h1>
32
+ <p>Business Management System</p>
33
  <a href="{{ url_for('login') }}" class="get-started">Get Started</a>
34
  </body>
35
  </html>