mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Implement terms of use
This commit is contained in:
parent
37ae46128f
commit
31d8762dd2
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 New Issue
Block a user