diff options
author | knolax <1339802534.kk@gmail.com> | 2018-02-27 21:19:10 -0500 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2018-02-27 21:19:10 -0500 |
commit | 1e0cd09cf69cdf0fa3d489294566c449b5a0ff70 (patch) | |
tree | 301055a8221566d8bd7a0395fb6bdb21a191b182 /doodle.html | |
parent | ac6d4f2200eb6eadd14dd30b6df6d7be90d49e93 (diff) |
added pages for doodles
Diffstat (limited to 'doodle.html')
-rw-r--r-- | doodle.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/doodle.html b/doodle.html new file mode 100644 index 0000000..5ce04ce --- /dev/null +++ b/doodle.html @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<head> +<title>Some Doodles</title> +<meta charset="utf-8"/> +<link rel="stylesheet" href="style.css"/> +<link rel="icon" type="image/png" href="img/fav/logo.png"/> +</head> +<body> +<div class="content"> +<pre> +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四 +-->-------------------------------------------------------------------------------- + +<a href="http://hairydiode.xyz">>HairyDiode</a> + +-------------------------------------------------------------------------------- +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->Some Doodles 2-27-2018 +-------------------------------------------------------------------------------- +Taking notes, Ha! +A watchface +</pre> +<img src="img/doodle/watch.png" ></img> +<pre> +Ear bud holders +</pre> +<img src="img/doodle/budholder.png" ></img> +<pre> +A tower +</pre> +<img src="img/doodle/scene.png" ></img> +<pre> +Layout +</pre> +<img src="img/doodle/archi1.png" ></img> +<pre> +More layout +</pre> +<img src="img/doodle/archi2.png" ></img> +<pre> +Even more layout +</pre> +<img src="img/doodle/archi6.png" ></img> +</pre> +</div> +</body> +<!-- +if you're digging in the src you might be interested in how this site works here: https://hairydiode.xyz/meta.html +--> |