50 lines
No EOL
1.5 KiB
HTML
50 lines
No EOL
1.5 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>
|
|
.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>
|
|
</p>
|
|
</section>
|
|
<section id="logged">
|
|
<h3>Recently Logged:</h3>
|
|
<object data="/server/ip-grabber/ip-addresses.log" type="text/plain" width="500" style="height: 300px">
|
|
<a href="/server/ip-grabber/ip-addresses.log">No Support?</a>
|
|
</object>
|
|
</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> |