Skip to content

Commit

Permalink
Merge pull request #7 from negin513/metrics
Browse files Browse the repository at this point in the history
added metrics and updating more...
  • Loading branch information
negin513 authored May 16, 2024
2 parents 6fe5df0 + abf28f7 commit fce5568
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion neon_dashboard/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P1FR07F6MN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-P1FR07F6MN');
</script>

<meta charset="utf-8">

<style>
Expand All @@ -27,7 +38,7 @@


<div class="footer">
<p>Copyright &copy 2023 ; Developed by <a href="https://www.linkedin.com/in/neginsobhani">Negin Sobhani</a> ; Special thanks to <a href="http://www.pascucci.org/">Valerio Pascucci</a> and <a href=https://ci-compass.org/people/giorgio-scorzelli/>Giorgio Scorzelli</a>.
<p>Copyright &copy 2024 ; Developed by <a href="https://www.linkedin.com/in/neginsobhani">Negin Sobhani</a> ; Special thanks to <a href="https://nationalsciencedatafabric.org/">National Science Data Fabric/a>.
</div>


Expand Down

0 comments on commit fce5568

Please sign in to comment.