We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581be03 commit 31fbc42Copy full SHA for 31fbc42
public/cal/2021-March.ejs
@@ -0,0 +1,28 @@
1
+<!DOCTYPE html>
2
+<html lang="en" dir="ltr">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>js.la March 2021</title>
6
+ <style media="screen">
7
+ html, body {
8
+ padding: 0;
9
+ margin: 0;
10
+ height: 100%;
11
+ overflow: hidden;
12
+ }
13
+ </style>
14
+ </head>
15
+ <body>
16
+ <iframe
17
+ src="https://lu.ma/jsla-march-2021"
18
+ width="100%"
19
+ height="100%"
20
+ frameborder="0"
21
+ style="border:1px solid #bfcbda88;border-radius:4px;"
22
+ allowfullscreen=""
23
+ aria-hidden="false"
24
+ tabindex="0"
25
+ ></iframe>
26
+
27
+ </body>
28
+</html>
public/cal/_layout.ejs
@@ -0,0 +1 @@
+<%- yield %>
0 commit comments