-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (30 loc) · 1.09 KB
/
Copy pathindex.html
File metadata and controls
42 lines (30 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<title>Cancer Prediction Webapp</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="icon" href="icon.png" type="image/x-icon">
</head>
<body>
<header>
<div class="main">
<!--<div class="logo">
<a href="index.html">
<img src="logo.png">
</a> </div> -->
<ul>
<li class="active"><a href="#">Home</a></li>
<!--<li><a href="#">Home</a></li>-->
<li><a href="CancerPredictionmodel.html">Cancer Prediction model</a></li>
<li><a href="CancertypeModel.html">Cancer type Model</a></li>
<li><a href="Canceracrossglobe.html">Cancer across globe</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
<div class="title">
<pre> <h1>Cancer Prediction
Webapp</h1> </pre> </div>
<div class="button">
<a href="getstarted.html" class="btn">GET STARTED</a>
</header>
</body>
</html>