diff --git a/index.js b/index.js
index 10c6c02..0bb9cfa 100755
--- a/index.js
+++ b/index.js
@@ -77,17 +77,16 @@ async function inviteres(req,res){
function strEscape(s){
return JSON.stringify(s);
}
- html=`
-
-
-
- ${htmlEnc(title)}
-
-
-
-
-
-`
+ html=
+ ``+
+ ``+
+ ``+
+ `${htmlEnc(title)}`+
+ ``+
+ ``+
+ ``+
+ ``+
+ ``
res.type('html');
res.send(html);
return true;
diff --git a/webpage/style.css b/webpage/style.css
index a6d7319..f0e3e2c 100644
--- a/webpage/style.css
+++ b/webpage/style.css
@@ -1848,4 +1848,32 @@ form div{
width:100%;
height:.5in;
object-fit: cover;
+}
+.rolediv{
+ font-size:.15in;
+ width:fit-content;
+ background:var(--blank-bg);
+ padding:.04in;
+ border-radius:.05in;
+ border: solid .03in var(--black);
+ display: flex;
+ align-items: center;
+}
+.colorrolediv{
+ width:.125in;
+ height:.125in;
+ display:inline-block;
+ background:var(--role-color);
+ margin-right:.04in;
+ border-radius:.1in;
+ border:solid .01in var(--black);
+}
+.rolesbox{
+ flex-grow:1;
+ display:flex;
+ flex-direction: row;
+ align-content: flex-end;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+ align-items: flex-end;
}
\ No newline at end of file