--
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user