2021-05-14 15:35:25 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-05-14 19:47:01 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2021-05-21 17:33:11 +00:00
|
|
|
<title>ArmCord Manager</title>
|
2021-05-22 12:39:46 +00:00
|
|
|
<link rel="stylesheet" href="manager.css">
|
2021-05-14 19:47:01 +00:00
|
|
|
</head>
|
2021-05-14 15:35:25 +00:00
|
|
|
|
2021-05-14 19:47:01 +00:00
|
|
|
<body>
|
2021-05-28 16:00:30 +00:00
|
|
|
<button class="back-btn">Back to Discord</button>
|
2021-05-25 10:24:42 +00:00
|
|
|
<button id="open-themes-btn">Themes Folder</button>
|
2021-05-21 17:33:11 +00:00
|
|
|
<p class="logo">Cord Manager</p>
|
2021-05-14 19:47:01 +00:00
|
|
|
<div id="tm-list"></div>
|
2021-05-28 16:00:30 +00:00
|
|
|
<p id="ac-channel"></p>
|
2021-05-14 19:47:01 +00:00
|
|
|
</body>
|
2021-05-25 10:24:42 +00:00
|
|
|
</html>
|