ZadomenSC

contacta especies html

Nov 25th, 2024 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <title>contacta</title>
  6.   <link rel="stylesheet" href="contacta.css">
  7.   <script src="contacta.js" type="module"></script>
  8.  
  9.   <section id="cabeza">
  10.     <h1>EPEPC</h1>
  11.   </section>
  12.   <nav id="navbar">
  13.     <ul>
  14.       <li><a href="index.html">Inicio</a></li>
  15.       <li><a href="list.html">Llistat</a></li>
  16.       <li><a href="Contacta.html">Contacta</a></li>
  17.     </ul>
  18.   </nav>
  19.   <h2><p>Contacta</p></h2>
  20. </head>
  21. <body>
  22. <div id="errors"></div>
  23. <form id="contacta" action="#" method="get">
  24.   <div>
  25.     <label for="name">El teu nom *</label>
  26.     <input id="name" name="user_name">
  27.   </div>
  28.   <div>
  29.     <label for="mail">El teu correu electrònic *</label>
  30.     <input  id="mail" name="user_mail">
  31.   </div>
  32.   <div>
  33.     <label for="text">Titol*</label>
  34.     <input  id="text" name="text">
  35.   </div>
  36.   <div>
  37.     <label for="msg">Missatge *</label>
  38.     <textarea id="msg" name="user_message"></textarea>
  39.   </div>
  40.   <div class="button">
  41.     <button type="submit">Enviar Mensaje</button>
  42.   </div>
  43. </form>
  44. <article>
  45.   <div>
  46.     <h2>Llicència</h2>
  47.     <p>Pàgina web creada per Mar Pi</p>
  48.     <p>Llicència <a href="https://creativecommons.org/">Commons Reconeixement-NoComercial-CompartirIgual 3.0</a></p>
  49.     <!--<img src="https://encyclopaedia.herdereditorial.com/w/images/0/06/By-nc-nd.eu.png">-->
  50.   </div>
  51. </article>
  52. <footer>
  53.   <h2>Segueix-nos</h2>
  54.   <ul>
  55.     <li><a href="https://joinmastodon.org/ca">Mastodon</a></li>
  56.     <li><a href="https://www.iucnredlist.org/">Diaspora</a></li>
  57.   </ul>
  58. </footer>
  59. </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment