arrayinamatrix.xyz/index/projects/ip-grabber/index.html
2022-02-08 23:13:34 -05:00

57 lines
No EOL
1.8 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">
<style>
.align-center {
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 id="link">
<h3>Grab an IP with the link below!</h3>
<p>
<a href="http://surprise.arrayinamatrix.xyz">Grabber Link</a>
<br>
If the link doesn't work, please use the public IPv4 of this website with port 3030 (eg. #.#.#.#:3030). Also make sure the link is <code>http</code> and not <code>https</code>. For some reason, using the public ip works 100% of the time and the subdomain is iffy.
</p>
</section>
<section id="logged">
<h3>Recently Logged:</h3>
<object data="/server/ip-grabber/ip-addresses.log" type="text/plain">
<a href="/server/ip-grabber/ip-addresses.log">Not showing?</a>
</object>
</section>
<section id="about">
<h3>Why?</h3>
<p>
I never created an app that uses both server-side and frontend code, so this is a learning experience.
</p>
</section>
<p class="align-center">
<img src="/res/site/images/trollface.gif" alt="You mad bro?, Problem?" />
</p>
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>