summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-06-28 20:04:22 +0300
committereug-vs <eug-vs@keemail.me>2021-06-28 20:04:22 +0300
commit8ea1c18e6b31beea95895fcf5f5cafc01169be1c (patch)
tree2fa4acbd692a2580ab73a99621629faebf2efbcb
parent460e2aa6932adf1f3ffbb9dcc275dfd88ff4676c (diff)
downloadeug-vs-xyz-8ea1c18e6b31beea95895fcf5f5cafc01169be1c.tar.gz
feat: add stub index.html
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..198a12a
--- /dev/null
+++ b/index.html
@@ -0,0 +1,11 @@
+<title>Eugene's space</title>
+<link rel="icon" href="https://github.com/eug-vs.png">
+<body style="background: #1e1e1e; color: white">
+ <div style="display: flex; align-items: center;">
+ <img src="https://github.com/eug-vs.png" width="64px" style="margin-right: 8px;">
+ <h1>Hello, world!</h1>
+ </div>
+ <p>
+ This is <a href="https://github.com/eug-vs">eug-vs</a> personal website! It runs on my local <i>Raspberry PI</i> and features secure <b>HTTPS</b> connection!
+ </p>
+</body>