1
0
mirror of https://gitlab.com/simple-stock-bots/splash-page.git synced 2025-07-27 16:41:30 +00:00

first bug yay

This commit is contained in:
2021-05-06 17:07:32 -07:00
parent 39c79b5318
commit 093ea205f2

View File

@@ -10,8 +10,8 @@
document.documentElement.classList.remove("no-js"); document.documentElement.classList.remove("no-js");
document.documentElement.classList.add("js"); document.documentElement.classList.add("js");
</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 name="description" content="Page description" /> <meta name="description" content="Page description" />
<meta property="og:title" content="Unique page title - My Site" /> <meta property="og:title" content="Unique page title - My Site" />
@@ -35,7 +35,7 @@
<a href="https://simple-stock-bots.gitlab.io/site/">Documentation</a> <a href="https://simple-stock-bots.gitlab.io/site/">Documentation</a>
<a href="https://gitlab.com/simple-stock-bots" target="_blank" <a href="https://gitlab.com/simple-stock-bots" target="_blank"
><img ><img
src="/assets/img/gitlab-icon.svg" src="assets/img/gitlab-icon.svg"
alt="Gitlab Logo" alt="Gitlab Logo"
style="height: 35px !important" style="height: 35px !important"
/></a> /></a>
@@ -82,9 +82,9 @@
with the <code>/intra</code> command. with the <code>/intra</code> command.
</p> </p>
<code>/chart $tsla</code><br /><br /> <code>/chart $tsla</code><br /><br />
<img src="/assets/img/TgChartChat.png" alt="" width="350" /> <img src="assets/img/TgChartChat.png" alt="" width="350" />
<!-- Content --> <!-- Content -->
<script src="/assets/js/script.js" type="module"></script> <script src="assets/js/script.js" type="module"></script>
</body> </body>
</html> </html>