Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- comment -->
  3. <html>
  4.  
  5. <head>
  6.     <title>Github Hub</title>
  7.     <!--[if lt IE 9]>
  8.      <<script> scr="//html5shib.googlecode.com/svn/trunk/html.js"></script>
  9.      <![endif]-->
  10.     <link rel="stylesheet" href="css/site.css" / </head>
  11.  
  12.     <body>
  13.         <div class="container">
  14.             <header>
  15.               <nav>
  16.                   <ul>
  17.                       <li><a href="/index.html">Home</a></li>
  18.                       <li><a href="/contact.html">Contact</a></li>
  19.                       <li><a href="/about.html">About</a></li>
  20.                   </ul>
  21.               </nav>
  22.                 <div><img src="logo.svg" class="bordered-image" /></div>
  23.                 <div>This is a <em>site to search</em> <a href="http://github.com">Github</a> for <strong>interesting projects.</strong></div>
  24.  
  25.             </header>
  26.  
  27.             <section id="main">
  28.                 <p>lorem ipsum lorem ipsum <span>lorem ipsum</span> lorem ipsum lorem ipsum</p>
  29.                 <form action="http://wilder.azurewebsites.net/echo" method="POST" class="bordered-image simple-form">
  30.                     <label for="seachPhrase">Seach Phrase:</label>
  31.                     <input type="text" name="searchPhrase" id="searchPhrase" />
  32.                     <br/>
  33.  
  34.                     <input type="checkbox" name="useStars" id="useStars" checked="true" />
  35.                     <label for="useStars">Use stars?</label>
  36.                     </br>
  37.  
  38.                     <input type="submit" value="search" />
  39.                     <label for="langChoise">Language:</label>
  40.                     <select name="langChoise" id="langChoise">
  41.                         <option>All</option>
  42.                         <option>Java</option>
  43.                         <option selected>C#</option>
  44.                         <option>Ruby</option>
  45.                     </select>
  46.                     <br/>
  47.  
  48.                 </form>
  49.                 <div id="results" class="bordered-image">
  50.                   This is where our results will show up...eventually
  51.                 </div>
  52.             </section>
  53.  
  54.             <footer>
  55.                 &copy; 2019 Mario
  56.             </footer>
  57.         </div>
  58.     </body>
  59.  
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement