honeypot/public/shell.php
vlw 0234ef984b refactor: release 2.0.0 (#1)
Baby steps that implements everything from the original [unfinished] version of this project from a bit over 2 years ago. We'll see what fun stuff we can add over time!

Reviewed-on: https://codeberg.org/vlw/honeypot/pulls/1
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2025-09-23 20:09:41 +02:00

62 lines
No EOL
1.3 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>mydlink</title>
<link rel="icon" href="/assets/media/favicon.ico">
<style><?= VV::css("assets/css/shell") ?></style>
</head>
<body>
<header>
<img src="/assets/media/logo.gif">
<p>DIR-880L</p>
<nav>
<ul>
<li><a href="">Home</a></li>
<li><a href="">Products</a></li>
<li><a href="">Mobile App</a></li>
<li><a href="">Help</a></li>
</ul>
</nav>
</header>
<vv-shell></vv-shell>
<footer>
<section>
<p>Official information</p>
<ul>
<li><a href="">Global D-Link</a></li>
<li><a href="">About mydlink</a></li>
<li><a href="">Terms of Use</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Privacy Pledge</a></li>
<li><a href="">Cookie Preferences</a></li>
</ul>
</section>
<section>
<p>Product</p>
<ul>
<li><a href="">Cloud Cameras</a></li>
</ul>
</section>
<section>
<p>Mobile App</p>
<ul>
<li><a href="">Download Apps</a></li>
</ul>
</section>
<section>
<p>Help</p>
<ul>
<li><a href="">Download Apps</a></li>
<li><a href="">Download</a></li>
<li><a href="">Support</a></li>
</ul>
</section>
</footer>
<?= VV::init() ?>
<script><?= VV::js("assets/js/modules/Logger.js") ?></script>
<script><?= VV::js("assets/js/shell") ?></script>
</body>
</html>