-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanagement.html
33 lines (31 loc) · 1.12 KB
/
management.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>
<head>
<meta charset="UTF-8">
<title>AEM Enhancer Management by RubensRainelli</title>
<style>
/* Style CSS */
</style>
</head>
<body>
<header>
<img src="RubensRainelli.jpg" alt="Rubens Rainelli" width="256px" height="256px">
<h1>About Me</h1>
<p>Placeholder for about me</p>
<h2>Why I Did This Extension</h2>
<p>I've created the extension to faster up some annoying process in AEM</p>
<h2>What This Extension Does</h2>
<p>This extension is under development, link to the documentation will be integrated soon™</p>
<a href="https://rubensrainelli.t.me/" target="_blank"><button>Telegram</button></a>
<a href="https://www.linkedin.com/in/rubensrainelli" target="_blank"><button>LinkedIn</button></a>
<a href="https://github.com/RubensRainelli" target="_blank"><button>GitHub</button></a>
<p><a href="LICENSE.md">LICENSE</a></p>
</header>
<!-- <main>
<h2>Manage Permissions</h2>
<textarea id="permissionList" rows="10" cols="50"></textarea>
<button id="saveButton">Save</button>
</main>
<script src="management.js"></script>-->
</body>
</html>