Advertisement
campos20

Untitled

Oct 27th, 2020
1,728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8" />
  5.     <meta name="description" content="Jogo de adivinhação de números" />
  6.     <title>Jogo de Adivinhação</title>
  7.     <link rel="stylesheet" type="text/css" href="style.css" />
  8.   </head>
  9.  
  10.   <body>
  11.     <h1>Jogo de Adivinhação</h1>
  12.  
  13.     <script src="script.js"></script>
  14.   </body>
  15. </html>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement