diff --git a/generaterecords.py b/generaterecords.py index 95b18c9..bbb8697 100644 --- a/generaterecords.py +++ b/generaterecords.py @@ -59,7 +59,7 @@ def recordwrite(record): writefile = open("build/index.html","w") -writefile.write("\n\n \n \n \n Record collection\n \n \n \n

Record collection

\n
\n") +writefile.write("\n\n \n \n \n praze • Records\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n
\n
\n

Record collection

\n
\n
") for record in smalls: writefile.write(recordwrite(record)) @@ -67,6 +67,6 @@ for record in smalls: for record in larges: writefile.write(recordwrite(record)) -writefile.write("
\n

Generic disc icons by popo2021 and Dinosoft Labs on Flaticon.

\n

\n \n \n\n") +writefile.write(" \n
\n

Generic disc icons by popo2021 and Dinosoft Labs on Flaticon.

\n

\n \n
\n \n\n") writefile.close()