-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
18 lines (18 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>
Diabetic Analysis
</title>
<link rel = "icon" type = "image/png" href = "https://www.svgrepo.com/show/200183/syringe-doctor.svg">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<link rel="stylesheet" href="extra.css">
</head>
<body>
<h1></h1>
<a href="login.html"><div class="shadow p-3 mb-5 bg-white rounded struct">LOGIN/SIGNUP</div></a>
<a href="unity.html"><div class="shadow p-3 mb-5 bg-white rounded struct">UNITY</div></a>
<a href="chatbot.html"><div class="shadow p-3 mb-5 bg-white rounded struct">CHATBOT</div></a>
<a href="api.html"><div class="shadow p-3 mb-5 bg-white rounded struct">API</div></a>
</body>
</html>