13 lines
284 B
Markdown
13 lines
284 B
Markdown
iframe snippet as used on [Global Guessing](https://globalguessing.com/russia-ukraine-forecasts/)
|
|
|
|
```html
|
|
<iframe
|
|
src="https://metaforecast.org/secretDashboard?dashboardId=561472e0d2&numCols=2"
|
|
height="800"
|
|
width="100%"
|
|
frameborder="0"
|
|
title="US Inflation"
|
|
>
|
|
</iframe>
|
|
```
|