-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 743 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pipedrive Person Object</title>
<link rel="stylesheet" href="css/personStyle.css">
</head>
<body>
<h1>Pipedrive Integration App</h1>
<br>
<h1>Following resources can be used here:</h1>
<br>
<ul>
<li><a href="html/getPersonByID.html"><h3>Get Person by ID</h3></a></li>
<li><a href="html/searchPersonByName.html"><h3>Search Person by Name</h3></a></li>
<li><a href="html/updatePersonByID.html"><h3>Update Person by ID</h3></a></li>
<li><a href="html/addNoteToPersonByID.html"><h3>Add Note to Person by ID</h3></a></li>
</ul>
</body>
</html>