You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.4 KiB

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" href="images/favicon.ico"/>
<title>Rem-chan at your service</title>
<script src="js/dashboard.js"></script>
<link rel="scr" type="text/js" href="js/dashboard.js"/>
<link rel="stylesheet" type="text/css" href="/css/dashboard.css" id="pagesheet"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
</head>
<body>
</body>
<div id="userWrapper">
<div id="avatar"></div>
<h1><span id="userName">USERNAME</span></h1>
</div>
<table id="guilds">
<tr>
<th>Guild</th>
<th>Has Rem?</th>
<th>Configure</th>
</tr>
</table>
<div class="popup hidden" id= 'popup'>
<i onclick="handleClose(this)" class="close material-symbols-outlined" id="close_bt">
cancel
</i>
<h3 id="guild">PLACEHOLDER</h3>
<p>Activate Music:
<span class="material-symbols-outlined" id="music">check_box_outline_blank</span></p>
<p>Activate Strikes:
<span class="material-symbols-outlined" id="strikes">check_box_outline_blank </span>
</p>
</div>
</body>
</html>