mirror of
https://codeberg.org/vlw/honeypot.git
synced 2026-04-13 02:59:39 +02:00
72 lines
2.1 KiB
PHP
72 lines
2.1 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>mydlink</title>
|
|
<link rel="icon" href="/assets/media/favicon.ico">
|
|
|
|
<?= VV::css("assets/css/fonts") ?>
|
|
<?= VV::css("assets/css/shell") ?>
|
|
<?= VV::js("assets/js/dlink") ?>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<img src="/assets/media/logo.gif">
|
|
<p>DIR-880L</p>
|
|
<div>
|
|
<div class="profile">
|
|
<div>
|
|
<p>Welcome, <a href="/">[Admin]</a>
|
|
<img src="/assets/media/icon/profile.png"/>
|
|
<a href="/logout">Sign out</a>
|
|
</div>
|
|
<a href="/">Sign in</a>
|
|
</div>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="/">Home</a></li>
|
|
<li><a href="https://www.mydlink.com/content/productfamily" target="_blank">Products</a></li>
|
|
<li><a href="https://www.mydlink.com/apps" target="_blank">Mobile App</a></li>
|
|
<li><a href="https://www.dlink.com/en/hq-support" target="_blank">Help</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
<?= VV::shell() ?>
|
|
<footer>
|
|
<section>
|
|
<p>Official information</p>
|
|
<ul>
|
|
<li><a href="http://www.dlink.com/">Global D-Link</a></li>
|
|
<li><a href="https://www.mydlink.com/content/productfamily" target="_blank">About mydlink</a></li>
|
|
<li><a href="https://www.mydlink.com/termsOfUse" target="_blank">Terms of Use</a></li>
|
|
<li><a href="https://www.mydlink.com/privacyPolicy" target="_blank">Privacy Policy</a></li>
|
|
<li><a href="https://sso.dlink.com/privacy-pledge" target="_blank">Privacy Pledge</a></li>
|
|
<li><a href="">Cookie Preferences</a></li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<p>Product</p>
|
|
<ul>
|
|
<li><a href="https://www.mydlink.com/content/productfamily#49tabM99" target="_blank">Cloud Cameras</a></li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<p>Mobile App</p>
|
|
<ul>
|
|
<li><a href="https://www.mydlink.com/apps" target="_blank">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="https://www.dlink.com/en/hq-support" target="_blank">Support</a></li>
|
|
</ul>
|
|
</section>
|
|
</footer>
|
|
|
|
<?= VV::js("assets/js/shell") ?>
|
|
</body>
|
|
</html>
|