diff options
Diffstat (limited to 'packages/instant/public')
-rw-r--r-- | packages/instant/public/augur_screenshot.png | bin | 0 -> 359383 bytes | |||
-rw-r--r-- | packages/instant/public/index.html | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/packages/instant/public/augur_screenshot.png b/packages/instant/public/augur_screenshot.png Binary files differnew file mode 100644 index 000000000..c61cf6e7c --- /dev/null +++ b/packages/instant/public/augur_screenshot.png diff --git a/packages/instant/public/index.html b/packages/instant/public/index.html index df39994ef..8e0875645 100644 --- a/packages/instant/public/index.html +++ b/packages/instant/public/index.html @@ -31,6 +31,11 @@ height: 100vh; background-color: rgba(0, 0, 0, 0.2); } + + .full-screen { + height: 100vh; + width: 100vw; + } </style> </head> @@ -58,6 +63,7 @@ </button> </div> </div> + <img id="augurScreenshot" class="full-screen" src="./augur_screenshot.png" /> <div id="zeroExInstantContainer"></div> <script> // Simulate history |