diff options
Diffstat (limited to 'pictographs/physics.html')
| -rw-r--r-- | pictographs/physics.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pictographs/physics.html b/pictographs/physics.html new file mode 100644 index 0000000..7ea8ae2 --- /dev/null +++ b/pictographs/physics.html @@ -0,0 +1,15 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Physics</title> + <link rel="stylesheet" type="text/css" href="../style.css"/> + </head> + <body> + <table> + <tr> + <td class="dup">⚛</td> <!-- ATOM SYMBOL --> + </tr> + </table> + </body> +</html> |
