diff options
Diffstat (limited to 'non-scripts/replacement-characters.html')
| -rw-r--r-- | non-scripts/replacement-characters.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/non-scripts/replacement-characters.html b/non-scripts/replacement-characters.html new file mode 100644 index 0000000..7f04575 --- /dev/null +++ b/non-scripts/replacement-characters.html @@ -0,0 +1,16 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Replacement characters</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> + <td></td> <!-- OBJECT REPLACEMENT CHARACTER --> + <td>�</td> <!-- REPLACEMENT CHARACTER --> + </tr> + </table> + </body> +</html> |
