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.
37 lines
1.4 KiB
37 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="icon" type="image/ico" 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" />
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
|
|
<script src="https://unpkg.com/htmx.org@1.9.10"></script>
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
<div id="userWrapper">
|
|
<div id="avatar" style="background-image: url("https://cdn.discordapp.com/avatars/<%= user.id %>/<%= user.avatar %>.jpeg");"></div>
|
|
<div class="userNameWrapper">
|
|
<p id="userName"><%= user.username %> </p>
|
|
</div>
|
|
</div>
|
|
<div id="container">
|
|
<%- include('guilds.ejs') %>
|
|
</div>
|
|
<div id="PopUpContainer" class="PopUpContainer hidden">
|
|
<div class="spinnerContainer">
|
|
<div class="bt-spinner">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|
|
|