-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.16 KB
/
Copy pathindex.html
File metadata and controls
30 lines (27 loc) · 1.16 KB
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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css" />
<title>OverParse</title>
</head>
<body style="background-color: #202020;margin: 0;">
<div style="text-align:center;width: 100%;margin:15vh auto;max-width: 640px;">
<p>
<a href="https://github.com/Remon-7L/Remon-7L.github.io/releases/download/v0.4/skills_ja.csv"
class="waves-effect waves-light btn">skills_ja.csv</a>
</p>
<p style="color:white;">
Update : 2020/09/17
</p>
<p style="color: white;">
<a href="https://github.com/Remon-7L/Remon-7L.github.io/releases" style="color:#205050">changelog</a>
</p>
<p style="color: white;">
<a href="https://twitter.com/messages/compose?recipient_id=2959312730" style="color:lightskyblue">Contact</a>
</p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>