index.html 964 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <!-- I'll be there, 2. An oversimplified application to register attendees at a conference or event.
  3. Copyright 2016-2017 Davide Alberani <da@erlug.linux.it>, RaspiBO <info@raspibo.org>
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <html>
  14. <head>
  15. <meta charset="utf-8">
  16. <title>ibt2</title>
  17. <link rel="icon" type="image/png" href="/static/ibt2-favicon.png">
  18. </head>
  19. <body>
  20. <div id="app"></div>
  21. </body>
  22. </html>