|
|
|
@ -35,8 +35,7 @@ html = '''
|
|
|
|
|
<div class="firstP">
|
|
|
|
|
<h1 style="position: absolute; top: 0; left:0; color: black;">Title!</h1>
|
|
|
|
|
|
|
|
|
|
<p style="position: absolute; bottom: 0; right:0;">NamesFunix and Kamo</p>
|
|
|
|
|
|
|
|
|
|
<p style="position: absolute; bottom: 0; right:0;">Authors!</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="contents">
|
|
|
|
@ -67,9 +66,11 @@ for q in qq:
|
|
|
|
|
html += f""" <img src='{r}'>\n"""
|
|
|
|
|
|
|
|
|
|
# Close the html text
|
|
|
|
|
html += '''</body>
|
|
|
|
|
html += ''' <div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>'''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html = html.replace(" '", "'")
|
|
|
|
|
|
|
|
|
|
with open('../2_layout/3.html', 'w') as index: # Save the <html> file!
|
|
|
|
|