mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
4 lines
187 B
Text
4 lines
187 B
Text
<form method="POST" action="/settings/<%= @site.username %>/generate_api_key">
|
|
<%== csrf_token_input_html %>
|
|
<input class="btn-Action" type="submit" value="Generate API Key">
|
|
</form>
|