Add social pic

This commit is contained in:
Paulus Schoutsen 2021-06-16 14:17:47 -07:00
parent 7c1848f02c
commit 86a2a390b1
2 changed files with 27 additions and 1 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB