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.

15 lines
581 B

<div id="userWrapper">
<link rel="stylesheet" type="text/css" href="/css/strikesdashboard.css" id="pagesheet"/>
<i hx-get="/dashboard" hx-trigger="click" hx-target="body" id="close_bt" class="close material-symbols-outlined">
cancel
</i>
<div id="avatar" style="background-image: url(https://cdn.discordapp.com/icons/<%= guild.id %>/<%= guild.icon%>.webp)"></div> <!--it works somehow -->
<div class="userNameWrapper">
<p id="userName"><%= guild.name%></p>
</div>
</div>
<div id="maindisplay">
<%- include('strikelist.ejs') %>
</div>