diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-03 18:51:43 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-03 18:51:43 +0300 |
commit | 22e5cfc2ed1e8a654257507e2f3078007ed4b318 (patch) | |
tree | 6a9af8251a24944a657c1e98ffaa2baf7bdb62ab | |
parent | c7b1e1f147784284596df8f81896f2deead8eb61 (diff) | |
download | eug-vs-xyz-22e5cfc2ed1e8a654257507e2f3078007ed4b318.tar.gz |
chore: remove old index and add .gitignore
-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> |