Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <h1>All About Me</h1>
  3. <h2>Subin Jun</h2>
  4. <h3>Favourite Things</h3>
  5. <img width="444px" src="Subin_Jun_All about me.jpg>
  6. <table>
  7. <tr>
  8. <td valign="top">
  9.  
  10. <ul>
  11. <li>coffee & Discovering nice coffee shop
  12. - Love everything about coffee</li>
  13. <li>Watching movie & Youtube</li>
  14. <li>Pilates</li>
  15. <li>Thrift shopping</li>
  16. <li>Listening to music - favorite music streaming app/site: Soundcloud</li>
  17. <li>Eating good food with friends</li>
  18.  
  19. </ul>
  20. </td>
  21. </tr>
  22. </table>
  23.  
  24. <h3>Countries I traveled/visited</h3>
  25.  
  26. <table>
  27. <tr>
  28. <td valign="top">
  29.  
  30. <ul>
  31. <li>France/Germany/Switzland - 2010</li>
  32. <li>France: Paris/Le Mans/Dijon - 2010</li>
  33. <li>Canada: Montreal - 2014</li>
  34. <li>Cuba - 2014(While staying Canada)
  35. <li>Finland: Helsinki - 2015
  36. <li>Taiwan: Taipei - 2016
  37. <li>Japan - 2017
  38. <li>Hongkong&Macao - 2018
  39. </ul>
  40. </td>
  41.  
  42. </tr>
  43. <table>
  44.  
  45. <h3>Places I loved the most</h3>
  46. <ol>
  47. <li>Paris: Canal Saint-Martin</li>
  48. <li>Honfleur: Maison Satie</li>
  49. <li>Montreal: Marche Jean-talon & little Italy area</li>
  50.  
  51. <html>
  52. <head>
  53. <title>Admin - Login</title>
  54. </head>
  55. <body>
  56. <h1>Login</h1>
  57.  
  58. <!-- create a link to the site management page in the admin folder -->
  59. <a href="siteManagement.html">Go to Site Management page<a/>
  60. <br>
  61. <br>
  62. <!-- create a link back to the index page in the site root -->
  63. <a href="../index.html">Go to Home page</a>
  64.  
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement