From ca9a79461da88dfd7245a86dec0582e2ffb7f50d Mon Sep 17 00:00:00 2001 From: altair2088 <20fi088.fksw@gmail.com> Date: Fri, 16 Dec 2022 05:53:51 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=82=A4=20=E3=82=A2=E3=83=A0=20?= =?UTF-8?q?=E3=82=A2=E3=83=88=E3=83=9F=E3=83=83=E3=82=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tsx b/main.tsx index 8c1953d..9440e66 100644 --- a/main.tsx +++ b/main.tsx @@ -1,5 +1,5 @@ import { serve } from "https://deno.land/std@0.167.0/http/server.ts"; serve((_request) => { - return new Response("各自決め台詞をどうぞ 😏"); + return new Response("アイ アム アトミック"); });