18 lines
645 B
HTML
18 lines
645 B
HTML
<title>Stand KeyMaster</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="./slv/base.css">
|
|
<body>
|
|
<div class="slv-sidebar">
|
|
<h3 class="slv-sidebar-brand">KeyMaster</h3>
|
|
<a href="./account-lookup" class="slv-item">Account Lookup</a>
|
|
<a href="./activation-lookup" class="slv-item">Activation Key Lookup</a>
|
|
<a href="./discord-lookup" class="slv-item">Discord User Lookup</a>
|
|
<a href="./license-lookup" class="slv-item">License Key Lookup</a>
|
|
</div>
|
|
<div>
|
|
<h1>Welcome to KeyMaster!</h1>
|
|
<p>Select a tool in the sidebar.</p>
|
|
</div>
|
|
</body>
|
|
<script src="./script.js"></script>
|