mirror of
https://github.com/lwch/natpass
synced 2025-09-26 17:51:11 +08:00
22 lines
742 B
HTML
22 lines
742 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>code - [{{.Name}}]</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script src="/jquery/jquery-3.6.0.min.js"></script>
|
|
<link rel="stylesheet" href="/index.css" />
|
|
<script src="/index.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container-fluid">
|
|
<div>
|
|
<i id="fullscreen" class="fas fa-expand"></i>
|
|
<span id="closed" style="display: none;">连接已断开</span>
|
|
</div>
|
|
<!-- header -->
|
|
<iframe id="code"></iframe>
|
|
</div>
|
|
</body>
|
|
</html> |