index.html 346 B

123456789101112
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>CoffeeScript playground</title>
  6. </head>
  7. <body>
  8. <button id="pour-French" name="French">French</button>
  9. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  10. <script src="lib/6-1-class.js"></script>
  11. </body>
  12. </html>