commit 182a93c3b183f497acd8c993a2315f67cd0a06f5
parent a415958cf35d0f12aa236a781bf1c692c6941c18
Author: evenfri <evenfri256@gmail.com>
Date: Sat, 8 Aug 2026 17:27:12 +0800
update index, add philosophy
Diffstat:
3 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/assets/philosophy.png b/assets/philosophy.png
Binary files differ.
diff --git a/index.html b/index.html
@@ -19,10 +19,11 @@
<img src="assets/pfp.png" width="50%">
<p><
- <a href="http://git.evenfri.duckdns.org/">src</a> |
- <a href="about.html">about</a> |
+ <a href="http://git.evenfri.duckdns.org/">src</a> |
+ <a href="about.html">about</a> |
+ <a href="philosophy.html">philosophy</a> |
<a href="license.html">license</a> |
- <a href="links.html">links</a>
+ <a href="links.html">links</a>
></p>
i use artix btw<br>
diff --git a/philosophy.html b/philosophy.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=1024, initial-scale=0.1">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <link rel="stylesheet" href="style.css">
+ <link rel="icon" type="image/png" href="favicon.png">
+ <title>evenfri</title>
+
+ </head>
+
+ <body>
+ <center>
+
+ <h1><a href="index.html"
+ style="color: white; text-decoration: none;">
+ evenfri</a></h1>
+
+ <img src="assets/philosophy.png" width="50%">
+
+ <br><br>
+
+ "do one thing, but do it well"<br>
+ "suckless"<br>
+ "keep it simple, stupid"<br>
+
+ </center>
+ </body>
+</html>