From a19d2f2bc47a5001a09512447de1796b8ae965c5 Mon Sep 17 00:00:00 2001 From: hhrryy10 <153568022+hhrryy10@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:57:43 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- form.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/form.pug b/form.pug index b6e1c5e..3d0024b 100644 --- a/form.pug +++ b/form.pug @@ -12,4 +12,5 @@ html(lang="jp") span #{firstItem} input(type="radio", name="favorite", value=secondItem) span #{secondItem} - button(type="submit") 投稿 \ No newline at end of file + button(type="submit") 投稿 + a(href="/logout") ログアウト