arrayinamatrix.xyz/index/projects/ip-grabber/index.html
2022-02-02 21:47:19 +00:00

48 lines
No EOL
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IP Grabber</title>
<link rel="stylesheet" href="/style/style.css" />
<link rel="icon" type="image/x-icon" href="/res/site/icons/favicon.ico">
<script type="application/javascript" src="./script/ip-grabber.js"></script>
<style>
.aligncenter {
text-align: center;
}
</style>
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">IP Grabber</h1>
<h2 class="project-tagline">Using Node.js.</h2>
<a href="/" class="btn">Home</a>
<a href="../" class="btn">Projects</a>
</header>
<main id="content" class="main-content" role="main">
<section>
<h3>Grab an IP with the link below!</h3>
<p>
<a href="arrayinamatrix.xyz:3030">Grabber Link</a>
</p>
<br>
<p class="aligncenter">
<img src="/res/site/images/trollface.gif" alt="You mad bro?, Problem" />
</p>
</section>
<!-- <section> -->
<!-- Show table of recently logged IPs -->
<!-- </section> -->
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>