mirror of
https://github.com/seigler/Dash-price-widget
synced 2025-07-27 08:06:09 +00:00
52 lines
1.9 KiB
HTML
52 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="description" content="Dash Price Widget : ">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
|
<title>Dash Price Widget</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- HEADER -->
|
|
<div id="header_wrap" class="outer">
|
|
<header class="inner">
|
|
<a id="forkme_banner" href="https://github.com/seigler/Dash-html-ticker">View on GitHub</a>
|
|
|
|
<h1 id="project_title">Dash Price Widget</h1>
|
|
<h2 id="project_tagline"></h2>
|
|
|
|
<section id="downloads">
|
|
<a class="zip_download_link" href="https://github.com/seigler/Dash-html-ticker/zipball/master">Download this project as a .zip file</a>
|
|
<a class="tar_download_link" href="https://github.com/seigler/Dash-html-ticker/tarball/master">Download this project as a tar.gz file</a>
|
|
</section>
|
|
</header>
|
|
</div>
|
|
|
|
<!-- MAIN CONTENT -->
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
<h3>
|
|
<a id="dash-price-widget" class="anchor" href="#dash-price-widget" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Dash Price Widget</h3>
|
|
|
|
<p>This is a small self-contained Dash price widget. It uses the coinmarketcap.com API at <a href="https://coinmarketcap-nexuist.rhcloud.com/">https://coinmarketcap-nexuist.rhcloud.com/</a> to retrieve the price of Dash and display it on a webpage.</p>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- FOOTER -->
|
|
<div id="footer_wrap" class="outer">
|
|
<footer class="inner">
|
|
<p class="copyright">Dash Price Widget maintained by <a href="https://github.com/seigler">seigler</a></p>
|
|
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
|
|
</footer>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|