Created
May 29, 2017 08:04
-
-
Save supercodingninja/e1c759468df554091818835400c0a00d to your computer and use it in GitHub Desktop.
Printable Photo Page, With Links_Codecademy created by supercodingninja - https://repl.it/IVrq/0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link type="text/css" rel="stylesheet" href="stylesheet.css" /> | |
| <title>My Photo Page</title> | |
| </head> | |
| <body> | |
| <table> | |
| <thead> | |
| <tbody> | |
| <th> | |
| <tr> | |
| <td> | |
| <a href="https://www.facebook.com/frederick.thomas.92/media_set?set=a.256416491134361.51587.100002980370434&type=3"> | |
| <img src="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-0/q81/p206x206/18671147_1207212846054716_2254684553720839066_n.jpg?oh=04bb5d2ee938f72a1555071175523486&oe=59A69B88"> | |
| </img> | |
| </a> | |
| </td> | |
| <td> | |
| <a href="https://www.facebook.com/frederick.thomas.92/media_set?set=a.256416491134361.51587.100002980370434&type=3"> | |
| <img src="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-0/p206x206/10264953_10203731124222619_7025881673916407919_n.jpg?oh=cf01ad670361edf459ed5389d1e6fa0e&oe=59AB6664"> | |
| </img> | |
| </a> | |
| </td> | |
| <td> | |
| <a href="https://www.facebook.com/frederick.thomas.92/media_set?set=a.256416491134361.51587.100002980370434&type=3"> | |
| <img src="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-0/p206x206/10177299_10203731124182618_2138973855094268923_n.jpg?oh=41ac5d01cf3d4d1fae0b152763f2e2ad&oe=59B8D14A"> | |
| </img> | |
| </a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <a href="https://www.facebook.com/frederick.thomas.92/media_set?set=a.256416491134361.51587.100002980370434&type=3"> | |
| <img src="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-0/p206x206/532028_364252367026670_860675421_n.jpg?oh=0aa862fb87c28059a1ec45fa7b561bbf&oe=59A9DB7D"> | |
| </img> | |
| </a> | |
| </td> | |
| <td> | |
| <a href="https://www.facebook.com/frederick.thomas.92/media_set?set=a.256416491134361.51587.100002980370434&type=3"> | |
| <img src="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-0/p206x206/17309147_10211872933159539_2723806383620273690_n.jpg?oh=aa12793444505173082b7a24a72c1ab3&oe=59AD34BF"> | |
| </img> | |
| </a> | |
| </td> | |
| <td> | |
| <a href="https://www.facebook.com/frederick.thomas.92/media_set?set=a.256416491134361.51587.100002980370434&type=3"> | |
| <img src="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-0/p206x206/18622211_1204965449612789_1002822858394918401_n.jpg?oh=d5ec6b6063e7f1b5cdcf84b74ff58f87&oe=59AD0931"> | |
| </img> | |
| </a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td> | |
| <a href="https://www.facebook.com/frederick.thomas.92/media_set?set=a.256416491134361.51587.100002980370434&type=3"> | |
| <img src="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-0/p206x206/18671053_1204961996279801_7638544525065875719_n.jpg?oh=3ca6d621ab9ad7e181b6af84f5d5c811&oe=59AA1CE1"> | |
| </img> | |
| </a> | |
| </td> | |
| <td> | |
| <a href="https://www.facebook.com/frederick.thomas.92/media_set?set=a.256416491134361.51587.100002980370434&type=3"> | |
| <img src="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-0/p206x206/18557154_1204965469612787_1219120709654171182_n.jpg?oh=7beac631b3413d04f3d20afdffab9751&oe=59B3A82D"> | |
| </img> | |
| </a> | |
| </td> | |
| <td> | |
| <a href="https://www.facebook.com/frederick.thomas.92/media_set?set=a.256416491134361.51587.100002980370434&type=3"> | |
| <img src="https://scontent-sjc2-1.xx.fbcdn.net/v/t1.0-0/p206x206/18740570_1207194979389836_2361590761941480569_n.jpg?oh=678052537debb738d770a8ffa6fa5b2a&oe=59BB766B"> | |
| </img> | |
| </a> | |
| </td> | |
| </tr> | |
| </th> | |
| </tbody> | |
| </thead> | |
| </table> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment