-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapi.html
More file actions
59 lines (44 loc) · 1.93 KB
/
api.html
File metadata and controls
59 lines (44 loc) · 1.93 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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>MonkeDev - API</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="shortcut icon" href="/favicon.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="MonkeDev">
<meta name="twitter:description" content="The home of future NPM packages and developer projects.">
<meta name="twitter:site" content="https://monkedev.com">
<meta name="theme-color" content="#f7c38e">
<meta name="keywords" content="Development, javascript, npm, npmjs, js, github, discord ">
<meta name="robots" content="index, nofollow">
<meta name="language" content="EN">
<script async src="https://arc.io/widget.min.js#yuU9dqKb"></script>
</head>
<body>
<div id="bg"></div>
<header>
<h3><a style="font-size: 22px;"href="/">MonkeDev</a></h3>
<nav>
<ul class="nav__links">
<li><a href="/about">About</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="#">API</a></li>
</ul>
</nav>
<a class="cta" href="#"><button onclick="window.open('/r/discord')" style="color: black;">Discord</button></a>
</header>
<div id="main">
<h1 id="MonkeDev">MonkeDev - API</h1>
<p>Our API contains image manipulation, animal facts, animal images/gifs, and much more yet to come.</p>
<div class="flexcontainer">
<input onclick="window.open('https:\/\/api.monkedev.com/')" type="button" class="centeredButton" value="View now!" />
</div>
</div>
<script type="text/javascript" src="/js/particles.min.js"></script>
<script type="text/javascript" src="/js/main.js"></script>
</body>
</html>
<html>