diff --git a/src/web/about/pages/tou.pug b/src/web/about/pages/tou.pug new file mode 100644 index 000000000..dc0c266fd --- /dev/null +++ b/src/web/about/pages/tou.pug @@ -0,0 +1,9 @@ +extend ../base + +block title + | 利用規約 + +block content + h1 利用規約 + + p 法律上問題のあることはお止めください。 diff --git a/src/web/app/common/tags/signup.tag b/src/web/app/common/tags/signup.tag index 730f00fb4..9b28d7d1f 100644 --- a/src/web/app/common/tags/signup.tag +++ b/src/web/app/common/tags/signup.tag @@ -95,7 +95,7 @@ mk-signup autocomplete='off', required) p - a() 利用規約 + a(href={ CONFIG.urls.about + '/tou' }, target='_blank') 利用規約 | に同意する button(onclick={ onsubmit })