diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-29 08:26:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-29 08:26:36 +0000 |
| commit | b34d3907c6a598c60df8bc5c733df22fe1119363 (patch) | |
| tree | ebd116d9b983f4d85e8dfdaccf52133f5318fd28 /public/index.html | |
| parent | bf96dc4ea2a9810bbfc1feef91f662d37a9c29f0 (diff) | |
get to work
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index ab6a3ec..9d947c9 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,15 @@ <html lang="en">
<body>
<main style="min-height: 100vh;">
- <a>Under construction</a>
+ <h1 style="text-align: center; margin-bottom: 0px;">Electrical Engineer</h1>
+ <div style="display: flex; justify-content: center;">
+ <div style="text-align: left;">
+ <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>This is a REAL engineer's website.</p>
+ <p>There are tutorials on signal processing, software development, and other random things you can find in my <a href="/blog">blog.</a></p>
+ <p>You can also find my music <a href="/music">here.</a> The majority of streaming services should be linked.</p>
+ </div>
+ </div>
</main>
</body>
</html>
\ No newline at end of file |
