diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 02:44:31 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 03:44:19 -0500 |
| commit | ea3b976d9e1638ddf9171b344648928fefe0799f (patch) | |
| tree | 0e2823db87e2a8e86b2b7b982325419b819cb37f /public/index.html | |
| parent | b78654471eb7b43e76de3d801fc2f3424fe377ba (diff) | |
finish the post
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html index 51a57f5..518cdde 100644 --- a/public/index.html +++ b/public/index.html @@ -3,8 +3,8 @@ <body>
<main style="min-height: 100vh;">
<h1 style="text-align: center; margin-bottom: 0px;">Electrical Engineer</h1>
- <div style="display: flex; justify-content: center;">
- <div style="text-align: left;">
+ <div class="center">
+ <div style="text-align: left; max-width: 720px;">
<p>You might be here because you were tricked! However, I refuse to scam you like the instagram grifters I make fun of will.</p>
<p><a href="/blog">My blog</a> contains tutorials on signal processing, software development, and other random things</p>
<p>Listen to <a href="/music">my music.</a> The majority of streaming services should be linked.</p>
|
