mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 06:06:36 +00:00
Add social pic
This commit is contained in:
parent
7c1848f02c
commit
86a2a390b1
28
index.html
28
index.html
@ -2,11 +2,37 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>ESP Web Tools</title>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Easily allow users to flash new firmware for their ESP-devices on the web."
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
|
||||
<meta property="og:title" content="ESP Web Tools" />
|
||||
<meta property="og:site_name" content="ESP Web Tools" />
|
||||
<meta
|
||||
property="og:url"
|
||||
content="https://esphome.github.io/esp-web-tools/"
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Easily allow users to flash new firmware for their ESP-devices on the web."
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://esphome.github.io/esp-web-tools/static/social.png"
|
||||
/>
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="ESP Web Tools" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Easily allow users to flash new firmware for their ESP-devices on the web."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://esphome.github.io/esp-web-tools/static/social.png"
|
||||
/>
|
||||
<style>
|
||||
body {
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
|
||||
|
BIN
static/social.png
Normal file
BIN
static/social.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Loading…
x
Reference in New Issue
Block a user