diff options
author | davidovski <david@davidovski.xyz> | 2022-05-02 13:03:10 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-02 13:03:10 +0100 |
commit | 271906e893320599081ec530ead4996304ef04c1 (patch) | |
tree | 102494c331497d210b401765a88c3d006f80aa61 /templates | |
parent | 923893af775c4a1df018e767b17688523d6b51a2 (diff) |
added alignment attributes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 523430a..9461f7d 100644 --- a/templates/page.html +++ b/templates/page.html @@ -7,7 +7,7 @@ <title>davidovski.xyz</title> </head> <body bgcolor="#191919" text="#f58f44" link="#b4d6d1"> - <div class="main" bgcolor="#191919" text="#f58f44"> + <div valign="middle" align="center" class="main" bgcolor="#191919" text="#f58f44"> <div class="header"> <a href="https://davidovski.xyz/"<h1 class="title">davidovski.xyz</h1></a> <hr> |