add channel open support

This commit is contained in:
nora 2022-02-19 23:25:06 +01:00
parent dc8efd4e4e
commit 46cccab748
10 changed files with 1950 additions and 1462 deletions

View file

@ -1,10 +1,12 @@
html {
font-family: arial, sans-serif;
margin: 10px;
font-family: arial, sans-serif;
margin: 10px;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
padding: 10px;
}
table,
th,
td {
border: 1px solid black;
border-collapse: collapse;
padding: 10px;
}