mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-07-27 08:31:26 +00:00
first bug yay
This commit is contained in:
10
index.html
10
index.html
@@ -10,8 +10,8 @@
|
||||
document.documentElement.classList.remove("no-js");
|
||||
document.documentElement.classList.add("js");
|
||||
</script>
|
||||
<link rel="stylesheet" href="/assets/css/water.css" />
|
||||
<link rel="stylesheet" href="/assets/css/styles.css" />
|
||||
<link rel="stylesheet" href="assets/css/water.css" />
|
||||
<link rel="stylesheet" href="assets/css/styles.css" />
|
||||
|
||||
<meta name="description" content="Page description" />
|
||||
<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://gitlab.com/simple-stock-bots" target="_blank"
|
||||
><img
|
||||
src="/assets/img/gitlab-icon.svg"
|
||||
src="assets/img/gitlab-icon.svg"
|
||||
alt="Gitlab Logo"
|
||||
style="height: 35px !important"
|
||||
/></a>
|
||||
@@ -82,9 +82,9 @@
|
||||
with the <code>/intra</code> command.
|
||||
</p>
|
||||
<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 -->
|
||||
<script src="/assets/js/script.js" type="module"></script>
|
||||
<script src="assets/js/script.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user