-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 766 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (18 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Welcome to API Monitoring </title>
<link rel="stylesheet" href="css/index.css">
</head>
<body style="height:100%; width:100%">
<script src="index.js"></script>
<div class="bg-image"></div>
<div class="bg-text">
<h1> API Monitoring </h1>
<a href="html/addAPI.html" class="button1">Add an API</a>
<a href="html/listAPI.html" class="button1">List all APIs</a>
<a href="html/compareListAPI.html" class="button1">Compare APIs</a>
</div>
<script src="https://www.gstatic.com/firebasejs/7.17.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.1.0/firebase-database.js"></script>
</body>
</html>