adding indices
This commit is contained in:
parent
892a9c6956
commit
6069007db8
@ -67,7 +67,7 @@
|
||||
<!-- CSS Stylesheet linking -->
|
||||
|
||||
<!-- <link href="{{ url_for('static', filename='style.css') }}" type="text/css" rel="stylesheet" /> ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING -->
|
||||
<link rel="stylesheet" type="text/css" href="../static/style.css?ver=1.1"/>
|
||||
<link rel="stylesheet" type="text/css" href="../static/style.css?ver=1.2"/>
|
||||
|
||||
</head>
|
||||
|
||||
@ -118,7 +118,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<p class="text-white" id="version-text">Version 1.1.0</p>
|
||||
<p class="text-white" id="version-text">Version 1.2.0</p>
|
||||
</nav>
|
||||
|
||||
<!-- End logo bar -->
|
||||
@ -556,6 +556,8 @@
|
||||
<li>Forex</li>
|
||||
|
||||
<li>Commodities</li>
|
||||
|
||||
<li>Indices</li>
|
||||
|
||||
<li>Current Weather</li>
|
||||
|
||||
@ -682,6 +684,8 @@
|
||||
<option value="3">Forex</option>
|
||||
|
||||
<option value="14">Commodities</option>
|
||||
|
||||
<option value="15">Indices</option>
|
||||
|
||||
<option value="4">Current Weather</option>
|
||||
|
||||
@ -6789,7 +6793,7 @@
|
||||
|
||||
<p>© 2022 Fintic Limited., All Rights Reserved. <a href="mailto:info@fintic.io" id="footerlinks">Contact Us.</a></p>
|
||||
|
||||
<p>Data Provided by IEX Cloud, Openweathermap, CoinGecko, Exchangerate-API, TheSportsDB, Commodities-API, NewsAPI</p>
|
||||
<p>Data Provided by IEX Cloud, Openweathermap, CoinGecko, Exchangerate-API, TheSportsDB, Commodities-API, NewsAPI, Yahoo Finance</p>
|
||||
|
||||
<p>Useful resources: <a href="https://www.youtube.com/playlist?list=PLf8pW0bNjnebNZh3y0AsY18sxJj6IhAsv" id="footerlinks" target="_blank">YouTube Tutorials</a> , <a href="https://docs.google.com/spreadsheets/d/1IZkEl49j97xvG8jcEdWc5XdOLOUb_-ZLVHle2vezWCc/edit?usp=sharing" id="footerlinks" target="_blank">Formatting Guide & Info</a> , <a href="https://fintic.io" id="footerlinks" target="_blank">Official Website</p>
|
||||
|
||||
@ -6801,7 +6805,7 @@
|
||||
<script src="{{ url_for('static', filename='js/jquery-2.1.1.js') }}"></script>
|
||||
|
||||
<!-- <script src="{{ url_for('static', filename='app.js') }}"></script>. ALWAYS CHANGE VERSIONING WHENEVER CHANGES ARE MADE TO AVOID BAD CACHING -->
|
||||
<script type='text/javascript' src='../static/app.js?ver=1.1'></script>
|
||||
<script type='text/javascript' src='../static/app.js?ver=1.2'></script>
|
||||
|
||||
<script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user