forked from regymm/regymm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta
charset="utf-8"
name="viewport"
content="width=device-width, initial-scale=1"
/>
<title>regymm's homepage</title>
<link rel="stylesheet" href="./my.css" />
<script src="./script.js" defer></script>
</head>
<body>
<div>
<p>Why not have a rest here, wanderer?</p>
<p class="title"><span></span><span> </span></p>
<p>
<a href="./MyBlog/">Blog</a>
<a href="https://github.com/regymm">GitHub</a>
<a href="./MyBlog/about">About</a>
<a href="https://t.me/xtalhart">Channel</a>
<a href="./index.html">Refresh</a>
</p>
<p id="funny"></p>
<p></p>
<p class="log">[2021.10.31] Add nickname regymm, simplify.</p>
<p class="log">[2021.02.03] Added more sections, especially projects.</p>
<p class="log">[2020.07.00] Added my Telegram channel.</p>
<p class="log">[2020.03.00] Now use HTTPS.</p>
<p class="log">[2020.02.29] Added CC license to blog. Website update.</p>
<p class="log">[2019.12.21] Website reshaped.</p>
<p class="log">[2019.12.20] domain now online!</p>
</div>
</body>
</html>