blob: 198a12a7e8283eb304d62e22382d2b6a13e74451 (
plain)
1
2
3
4
5
6
7
8
9
10
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>
|