Implement terms of use
This commit is contained in:
parent
ebe3225e0c
commit
c945481e20
2 changed files with 10 additions and 1 deletions
9
src/web/about/pages/tou.pug
Normal file
9
src/web/about/pages/tou.pug
Normal file
|
@ -0,0 +1,9 @@
|
|||
extend ../base
|
||||
|
||||
block title
|
||||
| 利用規約
|
||||
|
||||
block content
|
||||
h1 利用規約
|
||||
|
||||
p 法律上問題のあることはお止めください。
|
|
@ -95,7 +95,7 @@ mk-signup
|
|||
autocomplete='off',
|
||||
required)
|
||||
p
|
||||
a() 利用規約
|
||||
a(href={ CONFIG.urls.about + '/tou' }, target='_blank') 利用規約
|
||||
| に同意する
|
||||
|
||||
button(onclick={ onsubmit })
|
||||
|
|
Loading…
Reference in a new issue