auth / templates /index.html
soiz1's picture
Update templates/index.html
a4f93be verified
raw
history blame contribute delete
292 Bytes
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>リダイレクト</title>
</head>
<body>
<script>
location.replace("https://scratch-school.ct.ws/index.php");
</script>
</body>
</html>