Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!doctype html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  3. <head>
  4. <title>Pokemon Stratos - Online Pokemon RPG</title>
  5. <meta charset="UTF-8">
  6. <link rel="stylesheet" type="text/css" href="global.css">
  7. <!-- I can't be bothered to put the rest of the metadata in when it's on localhost, y'know? For you I think it's a quick copy/paste.-->
  8. <!-- Also, add a / infront of the global.css if this is on the real thing. Just saying. -->
  9. </head>
  10. <body>
  11. <!-- Here we go. -->
  12. <tr>
  13. <th>Fishing</th>
  14. </tr>
  15. <tr>
  16. <td>Fishing is a minigame that requires masterful clicking skills. Are you up for the challenge?</td>
  17. </tr>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement