-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (39 loc) · 1.25 KB
/
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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PeyDevs Plugin</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<h1>Welcome to PeyDevs Plugin</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#author">Author</a></li>
<li><a href="https://amadratitus.github.io/peydev/" target="_blank">Visit Plugin Link</a></li>
</ul>
</nav>
</header>
<section id="about">
<h2>About PeyDevs Plugin</h2>
<p>This plugin adds functionality to remind clients to pay their developers.</p>
</section>
<section id="installation">
<h2>Installation</h2>
<p>Installation instructions go here.</p>
</section>
<section id="usage">
<h2>Usage</h2>
<p>Usage instructions go here.</p>
</section>
<section id="author">
<h2>Author</h2>
<p>Amadra Titus</p>
</section>
</body>
</html>