diff options
Diffstat (limited to 'pictographs/cultural-sites.html')
| -rw-r--r-- | pictographs/cultural-sites.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pictographs/cultural-sites.html b/pictographs/cultural-sites.html new file mode 100644 index 0000000..662f5ea --- /dev/null +++ b/pictographs/cultural-sites.html @@ -0,0 +1,18 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Cultural sites</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> + <td>🗻</td> <!-- MOUNT FUJI --> + <td>🗼</td> <!-- TOKYO TOWER --> + <td>🗽</td> <!-- STATUE OF LIBERTY --> + <td>🗿</td> <!-- MOYAI --> + </tr> + </table> + </body> +</html> |
