peliprint/public/extensions/blueprint/index.html

15 lines
No EOL
1.2 KiB
HTML

<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/assets/extensions/blueprint/favicon@30x30.png" sizes="30x30">
</head>
<body>
<div class="container">
<a href="https://ptero.shop/">
<button type="button" class="btn btn-primary btn-sm" style="margin-top:25px;margin-bottom:12px;padding-right:12px;"><img src="/assets/extensions/blueprint/favicon@30x30.png" alt="logo" style="scale:0.6;margin-right:4px;">Get Blueprint</button>
</a>
<p>Blueprint allows developers to create extensions that work with each other and administrators to install them with less hassle. This page is only accessible on Pterodactyl panels with Blueprint installed.</p>
</div>
<span class="badge bg-dark" style="position: fixed; bottom: 10px; left: 10px;">@version</span>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</body>