-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (42 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Wolf Network Lab</title>
<meta name="author" content="trustywolf">
<meta name="description" content="Wolf Network Lab is an experimental R&D infrastructure.">
<link rel="canonical" href="https://www.wolflab.net">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/ico">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Wolf Network Lab.</h1>
<p>
「意志あるところに道は開ける。」
</p>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon"><i class="fas fa-home fa-lg"></i></a></li>
<li><a href="https://github.com/wolf-network-lab" class="icon brands"><i class="fab fa-github fa-lg"></i></a></li>
<li><a href="https://www.peeringdb.com/org/17487"><i class="fas fa-network-wired fa-lg"></i></a></li>
<li><a href="https://trustywolf.com" class="icon"><i class="far fa-user fa-lg"></i></a></li>
<li><a href="mailto:[email protected]" class="icon"><i class="far fa-envelope fa-lg"></i></a></li>
</ul>
<ul class="copyright">
<li>© 2014 -
<script>document.write((new Date).getFullYear())</script> Wolf Network Lab.
</li>
<li>Design: <a href="https://html5up.net">HTML5 UP</a></li>
<li>Images: <a href="https://find47.jp">FIND/47</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>