katas.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. <meta name="description" content="A social network for developers who practice Test Driven Development." />
  6. <meta name="keywords" content="tdd network test driven development clean code" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <meta name="author" content="Justin Gilman" />
  9. <title>TDD Network - Katas</title>
  10. <meta property="og:title" content="TDD Network" />
  11. <meta property="og:description" content="A social network for developers who practice Test Driven Development."/>
  12. <link rel="stylesheet" type="text/css" href="css/main.css" />
  13. </head>
  14. <body>
  15. <header>
  16. <nav>
  17. <ul>
  18. <li><a href="https://tddnetwork.org/">Home</a></li>
  19. <li><a href="developers.html">Developers</a></li>
  20. <li><a href="projects.html">Projects</a></li>
  21. <li><a href="katas.html">Katas</a></li>
  22. </ul>
  23. </nav>
  24. <div>
  25. <a href="register.html">Register</a>
  26. <a href="#signin">Log In</a>
  27. </div>
  28. </header>
  29. <main class="content">
  30. <section>
  31. <p>A placeholder for test driven development katas.</p>
  32. </section>
  33. </main>
  34. </body>
  35. </html>