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.html 586B

123456789101112131415161718192021222324
  1. {% extends 'base.html' %}
  2. {% block title %}
  3. Index
  4. {% endblock %}
  5. {% block content %}
  6. <div class="jumbotron">
  7. <h1>Bootstrap Tutorials</h1>
  8. <p>
  9. Bootstrap is a free, open-source and is the most popular HTML, CSS,
  10. and JavaScript framework developed by twitter for creating
  11. responsive web applications.
  12. </p>
  13. <p>
  14. <a class="btn btn-lg btn-primary" href="http://www.google.com">
  15. Frag Amad
  16. </a>
  17. </p>
  18. </div>
  19. <h1> Index der Polls-Applikation</h1>
  20. {% endblock %}