diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | index.html | 16 |
2 files changed, 1 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d19fc7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.html diff --git a/index.html b/index.html deleted file mode 100644 index 5fb42c4..0000000 --- a/index.html +++ /dev/null @@ -1,16 +0,0 @@ -<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> - <p style="margin-top: 32px;"> - <img width="16px" src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn3.iconfinder.com%2Fdata%2Ficons%2Flogos-and-brands-adobe%2F512%2F221_Monero-128.png&f=1&nofb=1"> - Support me with MONERO: - <pre>48WZbWqmbyuKhoFkbac4mNYSSFop5LqJz2PFsW1PMLgdYrGpvvZtTrwUgQs5Tgf5EXJWcgmp53TdxBnTapajAbMuLuGqBf2<pre> - </p> -</body> |