diff options
Diffstat (limited to 'views/hootstream/index.ejs')
| -rw-r--r-- | views/hootstream/index.ejs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/hootstream/index.ejs b/views/hootstream/index.ejs new file mode 100644 index 0000000..165e7e7 --- /dev/null +++ b/views/hootstream/index.ejs @@ -0,0 +1,11 @@ +<% include ../hootstream/filters %> + +<div class="bluebox alert"></div> + +<div id="hootstream"> + <div id="audio"></div> + <div id="hootevents"> + </div> + <% include ./hootform %> + <% include ./templates %> +</div>
\ No newline at end of file |
