Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created October 26, 2023 00:49
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 codeforfun-jp/de23a55ce5b4d99935e1f3600da8e218 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/de23a55ce5b4d99935e1f3600da8e218 to your computer and use it in GitHub Desktop.
PHP Contact Form - 2
<!DOCTYPE html>
<html lang="jp">
<head>
<meta charset="utf-8">
<title>お問い合わせフォーム</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body class="bg-light">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment