-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlink.html
More file actions
27 lines (25 loc) · 1.27 KB
/
link.html
File metadata and controls
27 lines (25 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta name="author" content="fazerog02">
<meta name="description" content="fazerog's homepage">
<meta name="keywords" content="fazerog fazerog02 ふぁぜろぐ fazroom">
<title>FazRoom-Link</title>
<link rel="stylesheet" href="css/link.css" type="text/css">
<link rel="stylesheet" href="css/snow.css" type="text/css">
<script src="js/snow.js" type="text/javascript" defer></script>
</head>
<body>
<div id="content">
<div class="content-title">LINK</div>
<div class="icons">
<div class="content-card"><div id="twitter-icon" onclick="twitterRotate()"><a href="https://twitter.com/fazerog02"></a></div><div class="link-text">Twitter</div></div>
<div class="content-card"><div id="github-icon" onclick="githubRotate()"><a href="https://github.com/fazerog02"></a></div><div class="link-text">GitHub</div></div>
<div class="content-card"><div id="atcoder-icon" onclick="atcoderRotate()"><a href="https://atcoder.jp/user/fazerog02"></a></div><div class="link-text">AtCoder</div></div>
</div>
</div>
</body>
<script src="js/base.js" type="text/javascript"></script>
<script src="js/sidenav.js" type="text/javascript"></script>
</html>