Skip to content

Commit

Permalink
add html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Oct 17, 2024
1 parent 7f53369 commit c4b0016
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>

<head>
<title>Synthetix Stats</title>
<style type="text/css">
html {
overflow: auto;
}

html,
body,
div,
iframe {
margin: 0px;
padding: 0px;
height: 100%;
border: none;
}

iframe {
display: block;
width: 100%;
border: none;
overflow-y: auto;
overflow-x: hidden;
}
</style>
<link rel="icon" type="image/png" href="./dashboards/static/favicon.ico">
</head>

<body>
<iframe src="https://synthetix.streamlit.app/?embedded=true" frameborder="0" marginheight="0" marginwidth="0"
width="100%" height="100%" scrolling="auto">
</iframe>
</body>

0 comments on commit c4b0016

Please sign in to comment.