hooks.html~ 831 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <html>
  2. <head>
  3. <link href="../tutorial.css" rel="stylesheet" type="text/css">
  4. </head>
  5. <body>
  6. <div class="header">
  7. The NakedMud Tutorial :: Hooks
  8. </div>
  9. <!-- content starts here -->
  10. <div class="content-wrap"><div class="content-body-wrap"><div class="content">
  11. <div class="head">Hooks</div>
  12. <div class="info">
  13. Info here.
  14. </div>
  15. <div class="head">Creating a Hook Point</div>
  16. <div class="info">
  17. Info here.
  18. </div>
  19. <div class="head">Registering Hooks</div>
  20. <div class="info">
  21. Info here.
  22. </div>
  23. <!-- content ends here-->
  24. </div></div></div>
  25. <!-- navigation starts here -->
  26. <div class="nav-wrap"><div class="nav">
  27. <iframe src="nav.html" height="100%" width="100%" scrolling=no frameborder=0>
  28. </iframe>
  29. <!-- navigation ends here -->
  30. </div></div>
  31. <!--div class="footer">Edit Date: Nov 15, 2008. By Geoff Hollis</div-->
  32. </body>
  33. </html>