anurag sham kanade commited on
Commit
bd92a5c
·
1 Parent(s): 98ce606

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -4
index.html CHANGED
@@ -5,10 +5,7 @@
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Life predicter</title>
8
- <link
9
- rel="stylesheet"
10
- href="{{ url_for('static', filename='static/main.css') }}"
11
- />
12
  </head>
13
  <body class="flex">
14
  <!-- <h1 class="title">Predicting Life Expectancy</h1> -->
 
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Life predicter</title>
8
+ <link rel="stylesheet" href="style.css">
 
 
 
9
  </head>
10
  <body class="flex">
11
  <!-- <h1 class="title">Predicting Life Expectancy</h1> -->