1
0
Fork 0
mirror of synced 2024-09-29 08:41:15 +13:00

minor formatting cleanup

This commit is contained in:
Nick Sweeting 2024-01-19 06:43:47 -08:00
parent 3ebac0fd6a
commit 475217a9b7

View file

@ -27,13 +27,15 @@
</script>
<style>
replay-web-page {
width: 100%;
height: 900px;
}
</style>
<script src="/static/ui.js"></script>
<replay-web-page style="height: 600px" embed="replay-with-info" replayBase="/static/" source="{% static 'test.wacz' %}" url="https://example.com/"></replay-web-page>
<replay-web-page
style="height: 600px"
embed="replay"
replayBase="/static/"
source="/static/test.wacz"
url="https://example.com/">
</replay-web-page>
</body>
</html>