Advertisement
DanielDanielDaniel

plantilla-basica-para-html.html

Feb 13th, 2023 (edited)
1,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | Source Code | 0 0
  1. <!doctype html><!--Set HTML 5-->
  2. <html lang="es">
  3. <head>
  4.     <title>You title</title>
  5.     <meta charset="utf-8"/>
  6.     <meta name="viewport" content="width=device-width, initial-scale=1"/>
  7. </head>
  8. <body>
  9.     <p>You source code</p>
  10. </body>
  11. </html>
Tags: html plantilla
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement