1
0
mirror of https://gitlab.com/simple-stock-bots/splash-page.git synced 2025-06-16 15:17:15 +00:00

added favicon

This commit is contained in:
Anson Biggs 2021-05-21 21:11:50 -07:00
parent 93e964151c
commit 2e6f614c0e

View File

@ -12,15 +12,14 @@
</script> </script>
<link rel="stylesheet" href="assets/css/water.css" /> <link rel="stylesheet" href="assets/css/water.css" />
<link rel="stylesheet" href="assets/css/styles.css" /> <link rel="stylesheet" href="assets/css/styles.css" />
<meta <meta
name="description" name="description"
content="Simple Stock Market and Cryptocurreny bots for Telegram and Discord" content="Simple Stock Market and Cryptocurreny bots for Telegram and Discord"
/> />
<meta property="og:title" content="Simple Stock Bots" /> <meta property="og:title" content="Simple Stock Bots" />
<meta <meta
property="og:description" property="og:description"
content="Simple Stock Market and Cryptocurreny bots for Telegram and Discord" content="Simple Stock Market and Cryptocurreny bots for Telegram and Discord"
/> />
<meta property="og:image" content="assets/img/TgChartChat" /> <meta property="og:image" content="assets/img/TgChartChat" />
<meta property="og:image:alt" content="Stock Market Chart" /> <meta property="og:image:alt" content="Stock Market Chart" />
@ -28,13 +27,12 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta <meta
property="og:url" property="og:url"
content="https://simple-stock-bots.gitlab.io/splash-page/" content="https://simple-stock-bots.gitlab.io/splash-page/"
/> />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤑</text></svg>">
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#FF00FF" /> <meta name="theme-color" content="#FF00FF" />
</head> </head>
<body> <body>