Update voc.html, voc_en.html

This commit is contained in:
Namhyeon Go 2024-04-07 20:19:26 +09:00
parent b6e3eb21ac
commit f55aa86bf2
4 changed files with 27 additions and 6 deletions

View File

@ -9,7 +9,7 @@ In case of issues during the use of 'Catswords Colosseum,' please refer to the e
* Email: abuse@catswords.net
* Phone: +82-070-7735-3586
* Fax: +82-032-232-7628
* [Voice of the Customer](voc.html)
* [Voice of the Customer](voc_en.html)
* This server has the abuse reporting feature enabled.
Below are the contact details and legal information:

View File

@ -7,7 +7,7 @@ Catswords Colosseum (hereinafter referred to as "instance") users, please refer
* Email: abuse@catswords.net
* Phone: (+82) 070-7735-3586
* Fax: (+82) 032-232-7628
* [Voice of the Customer](voc.html)
* [Voice of the Customer](voc_en.html)
* This server has the abuse reporting feature enabled.
Below is the contact information and legal notice for the responsible party:

View File

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Voice of the Customer - Catswords</title>
<title>고객의 소리 - 캐츠워즈</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">/*<!--<![CDATA[*/
#wrap { max-width: 700px; margin: 0 auto; }
@ -9,10 +9,10 @@
</head>
<body>
<div id="wrap">
<h1>Catswords VoC</h1>
<p>Please feel free to comment on the Catswords based service or project, thank you.</p>
<h1>캐츠워즈 고객의 소리 (VoC)</h1>
<p>캐츠워즈 기반의 서비스 또는 프로젝트에 관한 의견을 남겨주세요. 감사합니다.</p>
<section id="isso-thread">
<noscript>Javascript needs to be activated to view comments.</noscript>
<noscript>댓글을 보기 위해선 자바스크립트 활성화가 필요합니다.</noscript>
</section>
</div>

21
voc_en.html Normal file
View File

@ -0,0 +1,21 @@
<!doctype html>
<html>
<head>
<title>Voice of the Customer - Catswords</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">/*<!--<![CDATA[*/
#wrap { max-width: 700px; margin: 0 auto; }
/*]]>-->*/</style>
</head>
<body>
<div id="wrap">
<h1>Catswords VoC</h1>
<p>Please feel free to comment on the Catswords based service or project, thank you.</p>
<section id="isso-thread">
<noscript>Javascript needs to be activated to view comments.</noscript>
</section>
</div>
<script data-isso="//discuss.catswords.net/" src="//discuss.catswords.net/js/embed.min.js"></script>
</body>
</html>