initial commit
This commit is contained in:
commit
7a32292dda
91 changed files with 3095 additions and 0 deletions
25
posixlycorrect/content/meet.md
Normal file
25
posixlycorrect/content/meet.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
+++
|
||||
title = "meet"
|
||||
+++
|
||||
<style>
|
||||
#meeting-button {
|
||||
background: none;
|
||||
border: none;
|
||||
color: rgb(252, 147, 0);
|
||||
text-decoration: bold;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
font-size: 16px;
|
||||
border: 1px solid rgb(252, 147, 0);
|
||||
border-radius: 0;
|
||||
font-family: Liberation Mono;
|
||||
}
|
||||
</style>
|
||||
|
||||
<button id="meeting-button" onclick="window.open('https://meet.posixlycorrect.com/', '_blank')">
|
||||
Start meeting!
|
||||
</button>
|
||||
|
||||
---
|
||||
|
||||
If you haven't been granted access, <a href="https://wiki.posixlycorrect.com/wiki/Requesting_meet_access" target="_blank">click here to request access</a></li>
|
Loading…
Add table
Add a link
Reference in a new issue