diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-03-23 13:43:02 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-03-23 13:43:02 +0100 |
commit | 23abdc9488ef84d852a5029340a2ac3c66943d99 (patch) | |
tree | 370ccaa6d4d106b78f9973e5ba6d220138400557 /public/index.html | |
parent | 2c695e96a81c45d930b351d8dc1445684f4afc2b (diff) | |
download | ramaskrik-social-23abdc9488ef84d852a5029340a2ac3c66943d99.tar.gz ramaskrik-social-23abdc9488ef84d852a5029340a2ac3c66943d99.tar.bz2 ramaskrik-social-23abdc9488ef84d852a5029340a2ac3c66943d99.zip |
Fetch rooms from database using ajax/json.
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index abb347e..6e6333f 100644 --- a/public/index.html +++ b/public/index.html @@ -7,5 +7,9 @@ </head> <body> <h1>Ramaskrik 2019</h1> + <div id="program"> + <table id="screening-table"> + </table> + </div> </body> </html> |