Advertisement
DEVZIU

HTML

Feb 25th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.27 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.     <head>
  4.         <title>SP7 Gliwice - Forum - Kontakt</title>
  5.         <meta charset="UTF-8" />
  6.         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7.         <link rel="stylesheet" href="../css/style.css" type="text/css" />
  8.         <link rel="stylesheet" href="../css/contact_form.css" type="text/css" media="screen" />
  9.         <link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">
  10.         <link href="https://fonts.googleapis.com/css?family=Amatic+SC&amp;subset=latin-ext" rel="stylesheet">
  11.         <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  12.     </head>
  13.     <body>
  14.         <div id="container">
  15.             <a name="top"><div id="header">
  16.                     <ul name="menu">
  17.                         <li><img src="../img/logo.png" name="logo" /></li>
  18.                         <li><a href="../index.html" name="menu">Home</a></li>
  19.                         <li><a href="" name="menu">Nowości</a></li>
  20.                         <li><a href="contact_form.html" class="active" name="menu">Kontakt</a></li>
  21.                         <li style="float: right"><a href="../about/about.html" name="menu">O nas</a></li>
  22.                     </ul>
  23.             </div></a>
  24.            
  25.             <fieldset>
  26.                 <form>
  27.                     <div id="form_text">Podaj temat<font color="FF4500">*</font></div>
  28.                     <input type="text" name="topic" autofocus /><br />
  29.                     <div id="form_text">Podaj treść zgłoszenia<font color="FF4500">*</font></div>
  30.                     <textarea name="content"></textarea><br />
  31.                     <input type="submit" value="Wyślij" name="btn_send">
  32.                 </form>
  33.             </fieldset>
  34.            
  35.             <div id="footer">
  36.                 <hr id="hr_footer" />
  37.                 <div id="text_reserved_footer">
  38.                     Wszystkie prawa zastrzeżone.<br />Copyright &copy; 2017 SP7 Gliwice
  39.                 </div>
  40.                 <div id="contact_footer_e-mail">
  41.                     Skontaktuj się z nami!<br /><a href="mailto:adres@email.com"><font color="acd027"><b>adres@email.com</b></font></a><br /><font color="acd027"><b>32-231-07-14</b></font>
  42.                 </div>
  43.                 <div id="contact_footer_template">
  44.                     Skontaktuj się z nami używając formularza! <font color="#848484"><b>Kliknij <u>tutaj</u>!</b></font>
  45.                 </div>
  46.             </div>
  47.         </div>
  48.         <!---<div class="cookies">
  49.             Ta strona wykorzystuje pliki COOKIES. Jeżeli masz jakiekolwiek wątpliwości wejdź na stronę <a href="http://wszystkoociasteczkach.pl/"><font color="acd027"><b>wszystkoociasteczkach.pl</b></font></a>.
  50.         </div>--->
  51.     </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement