Skip to content

Commit 0a2df5f

Browse files
committed
add test for distrito 20
1 parent 393da6a commit 0a2df5f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

public/tests/distrito-20.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)