mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-07-27 08:31:26 +00:00
css and lighthouse stuff
This commit is contained in:
11
index.html
11
index.html
@@ -35,7 +35,6 @@
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/my.webmanifest" />
|
||||
<meta name="theme-color" content="#FF00FF" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -64,8 +63,14 @@
|
||||
Stock market bots that bring Stock and Cryptocurrency info to any group
|
||||
chat.
|
||||
</p>
|
||||
<button>Telegram</button>
|
||||
<button>Discord</button>
|
||||
<button onclick="window.location.href='https://t.me/SimpleStockBot';">
|
||||
Telegram
|
||||
</button>
|
||||
<button
|
||||
onclick="window.location.href='https://discordapp.com/api/oauth2/authorize?client_id=532045200823025666&permissions=0&scope=bot';"
|
||||
>
|
||||
Discord
|
||||
</button>
|
||||
</main>
|
||||
<h2>Quotes</h2>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user