Files
less_shitty_proxyjs/index.html

17 lines
695 B
HTML
Raw Permalink Normal View History

2025-07-16 20:25:01 +02:00
<!DOCTYPE html>
<html>
<head>
<title>less shitty proxyjs</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous" />
</head>
<body>
<div class="container">
<h1>index.html</h1>
<p><b>Server-Identity:</b> {{identity}}</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
</body>
</html>