サイバーテロ を編集
戻る
menu-all
▲
▼
リンクを挿入
保存する
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <style> body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; background-color: black; color: white; text-align: center; } .container { background-color: #111; padding: 40px 60px; border-radius: 10px; box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1); max-width: 600px; } h1 { color: #00bfff; margin-bottom: 20px; font-size: 2em; } p { font-size: 1.1em; line-height: 1.6; } .reload-time { font-weight: bold; color: #d9534f; } </style> </head> <body> <div class="container"> <p> サイバーテロとは<a href="/dictionary/インターネット">インターネット</a> における <a href="/dictionary/テロ">テロ</a>のことである </p> <p> サイバーテロの例<br> <a href="/dictionary/MKK">MKK</a><br> <a href="/dictionary/2ch">2ch</a> </p> </div> <script> function updateReloadTime() { const now = new Date(); const options = { year: 'numeric', month: 'long', day: 'numeric', hour: '2-digit', minute: '2-digit', second: '2-digit', hour12: false }; document.getElementById('lastReloadTime').textContent = now.toLocaleDateString('ja-JP', options); } document.addEventListener('DOMContentLoaded', updateReloadTime); </script> </body> </html>
リンクを挿入
例えば「まきこ」を引用する場合は
「まきこ」と入力してください。
挿入する
キャンセル