Ein Projekt das es ermöglicht Beerpong über das Internet von zwei unabhängigen positionen aus zu spielen. Entstehung im Rahmen einer Praktikumsaufgabe im Fach Interaktion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 274B

1234567891011121314151617181920212223
  1. /**
  2. * This file automatically generated from `build.js`.
  3. * Do not manually edit.
  4. */
  5. module.exports = [
  6. "area",
  7. "base",
  8. "br",
  9. "col",
  10. "embed",
  11. "hr",
  12. "img",
  13. "input",
  14. "keygen",
  15. "link",
  16. "menuitem",
  17. "meta",
  18. "param",
  19. "source",
  20. "track",
  21. "wbr"
  22. ];