-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (61 loc) · 2.53 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SteveYi Laboratory</title>
<link rel="shortcut icon" href="https://static.yiy.tw/media/logo/Yi_logo.png">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<table style="width:auto;margin:auto;">
<tbody>
<tr>
<td>
<h1>SteveYi Laboratory</h1>
</td>
</tr>
</tbody>
</table>
<table style="width:auto;margin:auto;">
<tbody>
<tr>
<td>
<h2>About</h2>
Hello, I'm SteveYi. This LAB is a playground of my interest things.<br><br>
I will share my project or other things at here.<br>
<h2>Project</h2>
<a href="https://github.com/steveyiyo/frrouting-lg">FRRouting Looking Glass</a><br><br>
<a href="https://github.com/steveyiyo/BGP_filter">BGP Filter</a><br><br>
<a href="https://api.steveyi.net/">SteveYi API System</a><br><br>
<a href="https://github.com/SteveYi-LAB/birthday.steveyi.net">SteveYi's Birthday!</a><br><br>
<a href="https://github.com/SteveYi-LAB/RSS-Push-Notification-to-Discord">Push RSS Notification to
Discord</a><br><br>
<a href="https://github.com/SteveYi-LAB/Auto-Update-Brawl-Stars-Trophies">Get instant trophies of
Brawl Stars</a><br><br>
<del><a href="https://github.com/steveyiyo/Identity-Provider">Identity Provider</a></del> It will
comming soon!<br>
<h2>Network Service</h2>
Somethings about Networking, BGP, DNS, VPN... or more!<br><br>
NameServer<br><br>
I still learning somethings with network, i will create more so cool things soon!<br><br>
<a href="https://network.steveyi.net/">Peering with me!</a><br>
</td>
</tr>
</tbody>
</table>
<table style="width:auto;margin:auto;">
<tbody>
<tr>
<td>
<br>
<p>Copyright © 2019 -
<script>
document.write(new Date().getFullYear());
</script> <a href="https://steveyi.net/">SteveYi</a> no rights reserved.
</p>
</td>
</tr>
</tbody>
</table>
</body>
</html>