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 | a68fbb2a7718af873c189a30af6398826fc8317f (patch) | |
tree | 102494c331497d210b401765a88c3d006f80aa61 /templates | |
parent | 0b64e1b7dedb26cc6398c710e6bfb2adb234b6f8 (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> |