Add missing footer class.
This commit is contained in:
parent
e83b3e02ca
commit
9526922b38
@ -62,6 +62,6 @@ cmake --build . --config [Release/Debug] --target cling
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<iframe seamless src="footer.html"></iframe>
|
<iframe seamless class="footer" src="footer.html"></iframe>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -52,6 +52,6 @@ Ideas
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<iframe seamless src="footer.html"></iframe>
|
<iframe seamless class="footer" src="footer.html"></iframe>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -47,6 +47,6 @@ To run it:
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<iframe seamless src="footer.html"></iframe>
|
<iframe seamless class="footer" src="footer.html"></iframe>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -30,6 +30,6 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<iframe seamless src="footer.html"></iframe>
|
<iframe seamless class="footer" src="footer.html"></iframe>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user