discord_bot_mgmt/frontend/views/user_settings.ejs
SileNce5k c0af804da1
Initial Commit
Just the very very basics are there now. It is not usable at all yet though.
2025-01-10 18:53:32 +01:00

15 lines
No EOL
326 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discord Bot Management</title>
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<p>This will be the user settings user id:<%= id %></p>
</body>
</html>