Skip to content

Commit

Permalink
flags demo tsml discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreisner committed Oct 1, 2024
1 parent 6794fcd commit 14ee28d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions public/tests/flags.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="React JS recovery meeting finder demo" />
<link rel="icon" type="image/png" href="/logo.png" />
<title>Meetings</title>
</head>
<body>
<div
id="tsml-ui"
data-src="https://sheets.code4recovery.org/storage/12Ga8uwMG4WJ8pZ_SEU7vNETp_aQZ-2yNVsYDFqIwHyE.json"
data-mapbox="pk.eyJ1Ijoiam9zaHJlaXNuZXIiLCJhIjoiY2tvYXA0YnZxMGRldDJxbzdta25uNGphdiJ9.eay-UKgIT99ALmdw08xBPw"
data-timezone="America/Los_Angeles"
></div>
<script>
var tsml_react_config = { 'flags': ['M', 'W', 'O', 'C'] };
</script>
<script src="/app.js" async></script>
</body>
</html>

0 comments on commit 14ee28d

Please sign in to comment.