fork download
  1. <!-- Navigation -->
  2. <nav class="navbar navbar-toggleable-md navbar-light" role="navigation">
  3. <div class="container">
  4. <!-- Brand and toggle get grouped for better mobile display -->
  5. <div class="navbar-header">
  6. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  7. <span class="sr-only">Toggle navigation</span>
  8. <span class="icon-bar"></span>
  9. <span class="icon-bar"></span>
  10. <span class="icon-bar"></span>
  11. </button>
  12. <a class="navbar-brand" rel="home" href="/"><img style="max-width:200px; margin-top: -33px" src="/static/img/plok_logo.png"></a>
  13. </div>
  14. <!-- Collect the nav links, forms, and other content for toggling -->
  15. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  16. <ul class="nav navbar-nav navbar-right">
  17. <li>
  18. <a href="/">Hovedsiden</a>
  19. </li>
  20. <li>
  21. <a href="/kontakt/">Kontakt oss</a>
  22. </li>
  23. <li>
  24. <a href="/om-oss/">Ansatte</a>
  25. </li>
  26. <li>
  27. <a href="/tjenester/">Tjenester</a>
  28. </li>
  29. <li>
  30. <a href="/nyheter/">Siste nyheter</a>
  31. </li>
  32. <li>
  33. <a href="#" target="_blank">Webfaktura</a>
  34. </li>
  35. </ul>
  36. </div>
  37. <!-- /.navbar-collapse -->
  38. </div>
  39. <!-- /.container -->
  40. </nav>
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:5: error: expected identifier or ‘(’ before ‘<’ token
     <!-- Navigation -->
     ^
stdout
Standard output is empty