itizawa 4 лет назад
Родитель
Сommit
5a3c83665b

+ 1 - 3
packages/slackbot-proxy/src/views/privacy.ejs

@@ -1,6 +1,4 @@
-<head>
-  <meta name="viewport" content="width=device-width,initial-scale=1">
-</head>
+<%- include('commons/head'); %>
 
 <body style="max-width: 600px; padding-top:100px; margin: 0 auto;">
   <h1 style="text-align:center;">Privacy Policy</h1>

+ 1 - 3
packages/slackbot-proxy/src/views/term.ejs

@@ -1,6 +1,4 @@
-<head>
-  <meta name="viewport" content="width=device-width,initial-scale=1">
-</head>
+<%- include('commons/head'); %>
 
 <body style="max-width: 600px; padding-top:100px; margin: 0 auto;">
   <h1 style="text-align:center;">Terms of Service </h1>

+ 1 - 3
packages/slackbot-proxy/src/views/top.ejs

@@ -1,6 +1,4 @@
-<head>
-  <meta name="viewport" content="width=device-width,initial-scale=1">
-</head>
+<%- include('commons/head'); %>
 
 <body style="padding-top:100px; text-align:center;">
   <h1 >GROWI Bot</h1>