Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created April 27, 2021 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roy-Oto/37d59a0dd017a8362068ffc88addaa9b to your computer and use it in GitHub Desktop.
Save Roy-Oto/37d59a0dd017a8362068ffc88addaa9b to your computer and use it in GitHub Desktop.
Create a page that is being renewed.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<title>リニューアル中</title>
</head>
<body>
<h1>ただいまリニューアル中です</h1>
<p>そのうち完成するとは思いますが、今のところリニューアルに向けて頑張って作業しています。</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment