mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-28 08:39:54 +02:00
minor formatting cleanup
This commit is contained in:
@@ -27,13 +27,15 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
replay-web-page {
|
|
||||||
width: 100%;
|
|
||||||
height: 900px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<script src="/static/ui.js"></script>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user