Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Set up OGP and support Twitter Card #3

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,26 @@
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="MonoMotion Robotics Framework" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://monomotion.netlify.com" />
<meta property="og:image" content="https://monomotion.netlify.com/trainer.png" />
<meta property="og:site_name" content="MonoMotion Website" />
<meta property="og:description" content="MonoMotionフレームワークで、ロボットを自在に動かそう。" />

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@MonoMotionHQ">

<title>MonoMotion Robotics Framework</title>
</head>
<body>
Expand All @@ -28,5 +38,5 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</body>
</html>
Binary file added public/trainer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.