datien228 commited on
Commit
306c627
1 Parent(s): 18b5cb0

add url for nav items

Browse files
Files changed (1) hide show
  1. templates/index.html +20 -4
templates/index.html CHANGED
@@ -14,14 +14,30 @@
14
  </head>
15
  <body class="d-flex flex-column min-vh-100">
16
  <ul class="nav nav-tabs">
17
- <li><a href="https://github.com/anhtien228" class="link link--io">creator</a></li>
18
- <li><a href="https://github.com/anhtien228/web-based-ai" class="link link--io">project</a></li>
19
- <li><a href="#" class="link link--io">feedback</a></li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  </ul>
21
  <div class="container-fluid">
22
  <div class="row">
23
  <div class="col-md-12 my-4">
24
- <a href="{{ url_for('home') }}" class="link-title">
25
  <h1 class="text-center page-title">
26
  summary
27
  </h1>
 
14
  </head>
15
  <body class="d-flex flex-column min-vh-100">
16
  <ul class="nav nav-tabs">
17
+ <li>
18
+ <a href="https://github.com/anhtien228"
19
+ rel="noreferrer"
20
+ target="_blank"
21
+ class="link link--io">
22
+ creator
23
+ </a></li>
24
+ <li>
25
+ <a href="https://github.com/anhtien228/web-based-ai"
26
+ rel="noreferrer"
27
+ target="_blank"
28
+ class="link link--io">
29
+ project
30
+ </a></li>
31
+ <li>
32
+ <a href="#"
33
+ class="link link--io">
34
+ feedback
35
+ </a></li>
36
  </ul>
37
  <div class="container-fluid">
38
  <div class="row">
39
  <div class="col-md-12 my-4">
40
+ <a href="index.html" class="link-title">
41
  <h1 class="text-center page-title">
42
  summary
43
  </h1>