mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +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>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>ESP Web Tools</title>
|
<title>ESP Web Tools</title>
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Easily allow users to flash new firmware for their ESP-devices on the web."
|
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>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
|
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