diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-21 11:12:58 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-21 11:12:58 -0500 |
| commit | aec99acc0680bfab13689b170e9b514d0146af1e (patch) | |
| tree | 0c21b6fd53464af044604e7f8df2dd7e30352f29 /pages | |
| parent | 4e6e7011da9a483cb991aca5353a375dd0db587b (diff) | |
| download | snug-cup-aec99acc0680bfab13689b170e9b514d0146af1e.tar.gz snug-cup-aec99acc0680bfab13689b170e9b514d0146af1e.tar.bz2 snug-cup-aec99acc0680bfab13689b170e9b514d0146af1e.zip | |
Added video
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/index.js b/pages/index.js index 2d0f0d3..0a9c26a 100644 --- a/pages/index.js +++ b/pages/index.js @@ -16,7 +16,8 @@ export default function Home() { <iframe allowFullScreen webkitallowfullscreen width="640" height="480" frameBorder="0" seamless src="https://p3d.in/e/coEzR+spin+load"></iframe> <h2>Render</h2> <img src="/snug_cup.png" width="50%" height="50%" /> - <h2>Colour palette</h2> + <h2>Cup Demo</h2> + <iframe width="560" height="315" src="https://www.youtube.com/embed/W7Vau2PgaH0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="true"></iframe> <h2>Colour palette</h2> <img src="/palette.png" width="40%" height="40%" /> <h2>Price</h2> <p>Snug Cup: $25</p> |
