diff options
author | niko <niko@digitalsocrates.click> | 2019-05-11 22:49:19 +0200 |
---|---|---|
committer | niko <niko@digitalsocrates.click> | 2019-05-11 22:49:19 +0200 |
commit | 499053244d0786598042c1d303f0d0e85fcb6eba (patch) | |
tree | 2349affee31adcbd452b15f542e389c4a67adbf8 /hd1.html | |
parent | f361ea1d6172f9e4a46566c7bac31f433899c351 (diff) | |
download | hacklab.brussels-499053244d0786598042c1d303f0d0e85fcb6eba.tar.gz |
experiment columns
Diffstat (limited to 'hd1.html')
-rw-r--r-- | hd1.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/hd1.html b/hd1.html new file mode 100644 index 0000000..5dd7609 --- /dev/null +++ b/hd1.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> + <head> + <meta charset="utf-8"> + <title></title> + </head> + <link rel="stylesheet" href="hd1.css"> + <body> + <h3>web pictures</h3> + <h4>common aspect ratios</h4> + <div class=""></div> + <p></p> + <p>code references</p> + <a href="https://devdocs.io/">devdocs.io</a> + <a href="https://www.w3.org/">w3.org</a> + </body> +</html> |