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 393da6a commit 0a2df5fCopy full SHA for 0a2df5f
public/tests/distrito-20.html
@@ -0,0 +1,21 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta
6
+ name="viewport"
7
+ content="width=device-width, initial-scale=1, shrink-to-fit=no"
8
+ />
9
+ <meta name="description" content="React JS recovery meeting finder demo" />
10
+ <link rel="icon" type="image/png" href="/logo.png" />
11
+ <title>Meetings</title>
12
+ </head>
13
+ <body style="margin: 0">
14
+ <div
15
+ id="tsml-ui"
16
+ data-src="https://sheets.code4recovery.org/central/6898e80a6336136106cff451"
17
+ data-timezone="America/Los_Angeles"
18
+ ></div>
19
+ <script src="/app.js" async></script>
20
+ </body>
21
+</html>
0 commit comments