Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  4. <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}topmenu.css">
  5. <title>Webnotes</title>
  6. </head>
  7. <body>
  8. <div id="nav-menu">
  9. <ul>
  10. <!-- <li><a href="/notes/list">Home</a><li> -->
  11. <li><a href="{% url nm_notes_list %}">Home</a><li>
  12. <li><a href="{% url nm_notes_list %}">Note List</a></li>
  13. <li><a href="{% url nm_notes_create %}">Add Notes</a></li>
  14. <li><a href="{% url nm_notes_value %}">Value Test</a></li>
  15. <li><a href="{% url nm_notes_contact %}">Contact</a><li>
  16. </ul>
  17. <br>
  18. </div>
  19.  
  20. <div id="content">
  21. {% block content %}{% endblock %}
  22. </div>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement