Skip to content

Commit

Permalink
sheet for st johns
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreisner committed Jan 1, 2025
1 parent 61df4c0 commit 01b2606
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions public/tests/st-johns.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!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>
<style type="text/css">
body {
margin: 0;
}
#tsml-ui {
min-height: 100vh;
min-height: -webkit-fill-available;
}
</style>
</head>
<body>
<div
id="tsml-ui"
data-src="https://docs.google.com/spreadsheets/d/1yHBnALq8tnGzbpI43R6-mhAKEx_4F2pkaHxPrtxjEZM/edit?gid=0#gid=0"
data-mapbox="pk.eyJ1Ijoiam9zaHJlaXNuZXIiLCJhIjoiY2tvYXA0YnZxMGRldDJxbzdta25uNGphdiJ9.eay-UKgIT99ALmdw08xBPw"
data-google="AIzaSyCS9M8Dqk5cMFqA7xvUrQEzT1u5IvcbT7c"
data-timezone="America/St_Johns"
></div>
<script src="https://tsml-ui.code4recovery.org/app.js" async></script>
</body>
</html>

0 comments on commit 01b2606

Please sign in to comment.