-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 896 Bytes
/
Copy pathindex.html
File metadata and controls
15 lines (15 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title tabindex="1">PPG API</title>
<main>
<h1 tabindex="2"> PowerPuff Girls Character API</h1>
<h2>Documentation</h2>
<p tabindex="3">Please visit https://powerpuff-app.herokuapp.com/characters for api data on each character in the data base.</p>
<p tabindex="4">I remember being a child and watching Power Puff girls on Cartoon Network, I was mesmorized by all of the characters. Back then, I wasn't able to Google, I wasn't old enough, the characters to learn everything I wanted about them. So I decided, many years later, to give that to all of my Powerpuff Girls lovers the same ability, with a simple word search. </p>
</main>
</body>
</html>