--
This commit is contained in:
@@ -33,7 +33,7 @@ footer {
|
||||
font-weight: 400;
|
||||
src:
|
||||
local("MesloLGS Nerd Font"),
|
||||
url("https://nercone.devhttps://assets.nercone.dev/fonts/MesloLGSNerdFont-Regular.woff2") format("woff2")
|
||||
url("https://assets.nercone.dev/fonts/MesloLGSNerdFont-Regular.woff2") format("woff2")
|
||||
}
|
||||
@font-face {
|
||||
font-family: "MesloLGS Nerd Font";
|
||||
@@ -41,7 +41,7 @@ footer {
|
||||
font-weight: 700;
|
||||
src:
|
||||
local("MesloLGS Nerd Font"),
|
||||
url("https://nercone.devhttps://assets.nercone.dev/fonts/MesloLGSNerdFont-Bold.woff2") format("woff2")
|
||||
url("https://assets.nercone.dev/fonts/MesloLGSNerdFont-Bold.woff2") format("woff2")
|
||||
}
|
||||
@font-face {
|
||||
font-family: "MesloLGS Nerd Font";
|
||||
@@ -49,7 +49,7 @@ footer {
|
||||
font-weight: 400;
|
||||
src:
|
||||
local("MesloLGS Nerd Font"),
|
||||
url("https://nercone.devhttps://assets.nercone.dev/fonts/MesloLGSNerdFont-Italic.woff2") format("woff2")
|
||||
url("https://assets.nercone.dev/fonts/MesloLGSNerdFont-Italic.woff2") format("woff2")
|
||||
}
|
||||
@font-face {
|
||||
font-family: "MesloLGS Nerd Font";
|
||||
@@ -57,7 +57,7 @@ footer {
|
||||
font-weight: 700;
|
||||
src:
|
||||
local("MesloLGS Nerd Font"),
|
||||
url("https://nercone.devhttps://assets.nercone.dev/fonts/MesloLGSNerdFont-BoldItalic.woff2") format("woff2")
|
||||
url("https://assets.nercone.dev/fonts/MesloLGSNerdFont-BoldItalic.woff2") format("woff2")
|
||||
}
|
||||
|
||||
/* View Transition */
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{% block description %}Nercone TLS Testは、任意のホストに対して TLS/SSL 設定の詳細チェックとランク付けを行うWebサービスです。{% endblock %}
|
||||
{% block header_desc %}ただのTLS/SSL設定分析サービス{% endblock %}
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/tools/tls-testhttps://assets.nercone.dev/tls-test.css">
|
||||
<link rel="stylesheet" href="/tools/tls-test/assets/tls-test.css">
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<section class="tls-landing">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{% block description %}Nercone TLS Test の結果ページです。対象: {{ result.target }} / スコア: {{ "%.1f"|format(result.score or 0) }} / ランク: {{ result.rank }}。{% endblock %}
|
||||
{% block header_desc %}ただのTLS/SSL設定分析サービス{% endblock %}
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/tools/tls-testhttps://assets.nercone.dev/tls-test.css">
|
||||
<link rel="stylesheet" href="/tools/tls-test/assets/tls-test.css">
|
||||
{% endblock %}
|
||||
|
||||
{# ------------------------------------------------------------------
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{% block description %}{{ target }} に対する TLS Test の進捗を表示しています。{% endblock %}
|
||||
{% block header_desc %}ただのTLS/SSL設定分析サービス{% endblock %}
|
||||
{% block extra_head %}
|
||||
<link rel="stylesheet" href="/tools/tls-testhttps://assets.nercone.dev/tls-test.css">
|
||||
<link rel="stylesheet" href="/tools/tls-test/assets/tls-test.css">
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<section class="tls-status">
|
||||
|
||||
Reference in New Issue
Block a user