-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (27 loc) · 1.21 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
<!--
Redirector page for the index page of my obsoleted personal résumé site
Copyright 2023 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
SPDX-License-Identifier: CC-BY-SA-4.0+
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="application-name" content="Redirector site for https://brlin.me/resume">
<meta name="application-name" lang="zh-Hant-TW" content="https://brlin.me/resume 的重導向站台">
<meta name="author" content="林博仁(Buo-ren, Lin)">
<meta name="spdx-license-identifier" content="CC-BY-SA-4.0+">
<title>Redirecting you to the new site...</title>
<meta http-equiv="refresh" content="1; url=https://brlin.me/resume">
</head>
<body>
<h1>Redirecting you to the new site...</h1>
<p>
This site has been moved to <a href="https://brlin.me/resume">https://brlin.me/resume</a>, you'll now be redirected to the new site shortly afterwards...
</p>
<hr>
<footer>
If you notice any problems on this site, please kindly file them at <a href="https://github.com/Lin-Buo-Ren/resume/issues">the issue tracker</a>, thank you!
</footer>
</body>
</html>