diff options
-rw-r--r-- | index.html | 11 |
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> |