45 lines
1.5 KiB
HTML
45 lines
1.5 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>管理コンソール</title>
|
||
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<form method="POST">
|
||
|
<div class="container text-center">
|
||
|
<div class="row">
|
||
|
<div class="col">
|
||
|
</div>
|
||
|
<div class="col">
|
||
|
<h1>登録</h1>
|
||
|
</div>
|
||
|
<div class="col">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="row">
|
||
|
<div class="col">
|
||
|
<label>ユーザーネーム</label>
|
||
|
<p></p>
|
||
|
<input type="text" id="discord_username" name="discord_username" required>
|
||
|
</div>
|
||
|
<div class="col">
|
||
|
<label>ユーザーID</label>
|
||
|
<p></p>
|
||
|
<input type="text" id="discord_userid" name="discord_userid" required>
|
||
|
</div>
|
||
|
<div class="col">
|
||
|
<p></p>
|
||
|
<button id="send_button" type="button submit" class="btn btn-primary">送信</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<p></p>
|
||
|
|
||
|
</form>
|
||
|
|
||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|