Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body onload="loadGifts()" style="background-image: url('./kartka.jpg');
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: 100% 100%;">
- <!-- <img src="./kartka.jpg" style="position: absolute; top: 50%; right: 50%; transform: rotate(90deg) translate(-50%, -50%);"/>-->
- <div >
- <p id="here" style="height: 100%; width: 100%; position: fixed; top: 100px; left: 15px; font-weight: bold; overflow-y: scroll;"></p>
- </div>
- <script type="text/javascript">
- function loadGifts()
- {
- let gifts = activity.getGifts();
- console.log("ttt", gifts);
- document.getElementById("here").innerHTML = gifts;
- }
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment