diff options
author | Haoran S. Diao <0@hairydiode.xyz> | 2019-03-09 22:21:53 -0500 |
---|---|---|
committer | Haoran S. Diao <0@hairydiode.xyz> | 2019-03-09 22:21:53 -0500 |
commit | 6ae57421dbb9f6d17afeb86c943311ac6d83a4c4 (patch) | |
tree | d770745f769e283b7549c97995aabf9924996781 | |
parent | a22ea4e6f60992a85ead9e73b167781b08f0544d (diff) |
added page for MIT countdown clock
-rw-r--r-- | cont/mit.html | 13 | ||||
-rw-r--r-- | img/mit/scr.png | bin | 0 -> 733293 bytes | |||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | mit.html | 38 |
4 files changed, 52 insertions, 0 deletions
diff --git a/cont/mit.html b/cont/mit.html new file mode 100644 index 0000000..c2dc1c4 --- /dev/null +++ b/cont/mit.html @@ -0,0 +1,13 @@ +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->[TITLE] [DATE] +-------------------------------------------------------------------------------- +[SETTITLE]MIT Decisions Countdown Clock +[SETDATE]3-09-2018 + +Can't wait for that rejection. +<img src="img/mit/scr.png" alt="Screenshot of the script"`></img> +<a href="https://hairydiode.xyz/cgit/mitclock">Code</a> + +Yeah I know you're not supposed to abuse "date" like that but it's a fun toy +script. diff --git a/img/mit/scr.png b/img/mit/scr.png Binary files differnew file mode 100644 index 0000000..f1f0cc2 --- /dev/null +++ b/img/mit/scr.png @@ -44,6 +44,7 @@ Where's all the other stuff you host from this domain? <a href="https://social.hairydiode.xyz">My Mastodon Instance</a> Where's all the content? Scroll Down +<a href="https://hairydiode.xyz/mit">[MIT Decisions Countdown Clock] 3-09-2018</a> <a href="https://hairydiode.xyz/key">[PGP Public Key] 6-26-2018</a> <a href="https://hairydiode.xyz/csc-new">[Control Systems Club Web Controlled Servo Instructions] 1-24-2019</a> <a href="https://hairydiode.xyz/csc-workflow">[Control Systems Club Project Workflow] 1-24-2019</a> diff --git a/mit.html b/mit.html new file mode 100644 index 0000000..273c8c3 --- /dev/null +++ b/mit.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<head> +<title>MIT Decisions Countdown Clock</title> +<meta charset="utf-8"/> +<link rel="stylesheet" href="https://hairydiode.xyz/style.css"/> +<link rel="icon" type="image/png" href="https://hairydiode.xyz/img/fav/logo.png"/> +</head> +<body> +<div class="content"> +<pre> +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四 +-->-------------------------------------------------------------------------------- + +<a href="https://hairydiode.xyz">>HairyDiode</a> + +-------------------------------------------------------------------------------- +<!-- +123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890 +一二三四-->MIT Decisions Countdown Clock 3-09-2018 +-------------------------------------------------------------------------------- + +Can't wait for that rejection. +<img src="img/mit/scr.png" alt="Screenshot of the script"`></img> +<a href="https://hairydiode.xyz/cgit/mitclock">Code</a> + +Yeah I know you're not supposed to abuse "date" like that but it's a fun toy +script. +</pre> +</div> +<br> +<br> +</body> +<!-- +if you're digging in the src you might be interested in how this site works +here: https://hairydiode.xyz/meta2 +--> |