Advertisement
Guest User

main

a guest
Apr 4th, 2020
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>Javascript Project</title>
  6.     <link rel="stylesheet" type="text/css" href="styles.css">
  7.     <script src="main.js"></script>
  8. </head>
  9. <body>
  10.     <div div="app">
  11.         <ul></ul>
  12.         <input type="text" placeholder="Digite o seu TODO">
  13.         <button>Adicionar</button>
  14.     </div>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement