-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 1.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="author" content="Pierre-Henry Soria" />
<link rel="stylesheet" href="./static/css/style.css" />
<title>What is My Linux/Unix IP</title>
<meta name="description" content="Know your Linux/Unix IP easily and simpler thanks simple shell/bash command" />
</head>
<body>
<div id="container">
<header>
<h1>What is My Linux/Unix IP</h1>
</header>
<section>
<article>
<script src="https://gist.github.com/pH-7/241140810610ba5012f5.js"></script>
</article>
</section>
</div>
<footer>
<p>© <a href="http://ph7s.github.io" title="Pierre-Henry's Page">Pierre-Henry Soria</a> <span id="copyrightYear"></span> | All Rights Reserved.</p>
</footer>
<script>document.getElementById('copyrightYear').innerHTML=(new Date).getFullYear()</script>
</body>
</html>