This commit is contained in:
2026-04-22 01:45:53 +09:00
parent 4913a12050
commit a0e8a7faf4
16 changed files with 78 additions and 78 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
{% block content %}
<section class="tls-landing">
<h1 class="tls-landing-title"><span class="font-bold">Nercone</span> <span class="font-weight-300">TLS Test</span></h1>
<p class="tls-landing-subtitle text-tx-alt">ただのTLS/SSL設定分析サービス</p>
<p class="tls-landing-subtitle text-light-grey-alt">ただのTLS/SSL設定分析サービス</p>
<form method="POST" action="/tools/tls-test/" class="tls-landing-form">
<input type="text" name="target" required autocomplete="off" spellcheck="false"
value="{{ last_target or '' }}"
@@ -21,8 +21,8 @@
<p class="tls-landing-error text-bright-red font-small">{{ error }}</p>
{% endif %}
<p class="tls-landing-links">
<a href="#notes" class="text-tx-alt text-underline">注意事項</a>
<a href="#api" class="text-tx-alt text-underline">API</a>
<a href="#notes" class="text-light-grey-alt text-underline">注意事項</a>
<a href="#api" class="text-light-grey-alt text-underline">API</a>
</p>
</section>