diff options
author | zsloan | 2019-09-24 11:12:23 -0500 |
---|---|---|
committer | zsloan | 2019-09-24 11:12:23 -0500 |
commit | ed2ec7bb4cc9bd160bc19118354a575ec9351329 (patch) | |
tree | 7204886928d70664a817a6fd131bf4557795a41b | |
parent | bf3f98fb51e20d3ced96c7004c60d8b19b2aad55 (diff) | |
download | genenetwork2-ed2ec7bb4cc9bd160bc19118354a575ec9351329.tar.gz |
Fixed some minor html issues with the index page and added the globe thingy that shows where people have visited from
-rwxr-xr-x | wqflask/wqflask/templates/index_page_orig.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index 92392b39..bde1c50d 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -202,9 +202,8 @@ <div align="right"> <a href="https://twitter.com/GeneNetwork2">more news items...</a> </div> - <script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=526mdlpknyd&m=0&c=ff0000&cr1=ffffff&f=arial&l=33" async="async"></script> </div> - </section> + </section> <section id="websites"> <div class="page-header"> <h1>Github</h1> @@ -242,9 +241,9 @@ and advice on their use and citation.</p> </section> - --> - </section> + </section> + --> <section id="websites"> <div class="page-header"> <h1>Links</h1> @@ -259,7 +258,8 @@ <li><a href="http://www.genenetwork.org/">Main website</a> at UTHSC</li> <li><a href="http://artemis.uthsc.edu/">Time Machine</a>: Full GN versions from 2009 to 2016 (mm9)</li> Cloud (EC2)</a></li> - </ul> + </ul> + <script type="text/javascript" src="//rf.revolvermaps.com/0/0/8.js?i=526mdlpknyd&m=0&c=ff0000&cr1=ffffff&f=arial&l=33" async="async"></script> </section> <!--<section id="getting-started"> |