-
Notifications
You must be signed in to change notification settings - Fork 0
/
license.html
30 lines (30 loc) · 963 Bytes
/
license.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
<!-- index.html -->
<!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="index.html">Home</a></li>
<li><a href="installation.html">Installation</a></li>
<li><a href="usage.html">Usage</a></li>
<li><a href="contributing.html">Contributing</a></li>
<li><a href="license.html">License</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<section id="home">
<h2>About PeyDevs Plugin</h2>
<p>Add your plugin description here.</p>
</section>
<!-- Other sections -->
</body>
</html>