File size: 432 Bytes
a63e09b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="URF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Jenny Data Miner</title>
    <link rel="stylesheet" href="{{url_for('static',filename='css/main.css')}}">
  </head>

  <body>
    <div class="bg-green-300 px-3 py-1">
      <h2 class="text-3xl font-light text-white m-0">Jenny is a data miner</h2>
    </div>
  </body>

</html>