Liu Song’s Projects


~/Projects/pets

git clone https://code.lsong.org/pets

Commit

Commit
5ad70f530ac1b4ce8c5d0a51aa7aa50e1272ba9b
Author
Lsong <[email protected]>
Date
2021-11-05 20:03:15 +0800 +0800
Diffstat
 index.html | 39 +++++++++++++++++++++++++++++++++++++++

R.I.P


diff --git a/guoguo.jpg b/guoguo.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c2be225813de075d74d2030cf2b3ee792514920a
Binary files /dev/null and b/guoguo.jpg differ




diff --git a/index.html b/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..358ec013314e69a2a8b02618f58815a5c63eeba0
--- /dev/null
+++ b/index.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <title>Pets</title>
+  <style>
+    body {
+      text-align: center;
+    }
+
+    h2 span {
+      font-size: 12px;
+      display: block;
+    }
+
+    img {
+      width: 90%;
+      max-width: 500px;
+      filter: grayscale(1);
+      transition: all ease-in-out 1s;
+    }
+
+    img:hover {
+      filter: initial;
+    }
+  </style>
+</head>
+
+<body>
+  <h1>R.I.P</h1>
+  <img src="./guoguo.jpg" alt="guoguo">
+  <h2>Guo guo <span>(Chinese name: 果果)</span></h2>
+  <address>2012 ~ 2021-11-04 9PM CST in Beijing</address>
+</body>
+
+</html>
\ No newline at end of file