mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
16 lines
No EOL
394 B
HTML
16 lines
No EOL
394 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>ArmCord Manager</title>
|
|
<link rel="stylesheet" href="manager.css">
|
|
</head>
|
|
|
|
<body>
|
|
<button class="back-btn">Back to Discord</button>
|
|
<button id="open-themes-btn">Themes Folder</button>
|
|
<p class="logo">Cord Manager</p>
|
|
<div id="tm-list"></div>
|
|
<p id="ac-channel"></p>
|
|
</body>
|
|
</html> |