diff options
author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 16:17:24 -0700 |
---|---|---|
committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2025-09-06 16:17:24 -0700 |
commit | 416999e8b22ceb6265b3c31555b1ba72170773c1 (patch) | |
tree | 08b97a38aea914c21d2cec81fc0b4211fae6bd10 /src |
Rebasing everything into a new repo
Diffstat (limited to 'src')
-rw-r--r-- | src/footer.html | 9 | ||||
-rw-r--r-- | src/header.html | 18 |
2 files changed, 27 insertions, 0 deletions
diff --git a/src/footer.html b/src/footer.html new file mode 100644 index 0000000..8354c6c --- /dev/null +++ b/src/footer.html @@ -0,0 +1,9 @@ +</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 +--> diff --git a/src/header.html b/src/header.html new file mode 100644 index 0000000..29b26c5 --- /dev/null +++ b/src/header.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<head> +<title>[TITLE]</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> + +-------------------------------------------------------------------------------- |