-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1005 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>POSTfolio - Lucas</title>
<link rel="icon" type="image/x-icon" href="/public/favicon.svg">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div id="menu">
<a id="ma" href="/index.html">Home</a>
<a id="ma" href="/req.html">Workspace</a>
<a id="ma" href="/docs.html">Documentation</a>
<a id="ma" href="https://github.com/LucasHT22">LUCAS HONDA.</a>
</div>
<br />
<p>Hello! Welcome to my POSTfolio</p>
<div class="gtstr">
<h2>Get Started</h2>
<div id="card">
<p>Send an API request</p>
<a id="home" href="/req.html">Make a new request +</a>
</div>
<br />
<div id="card">
<p>Check API documentation</p>
<a id="home" href="/docs.html">Read documentation</a>
</div>
</div>
</body>
</html>