diff options
author | altaf-creator <athaalaa@gmail.com> | 2023-09-13 11:30:14 +0700 |
---|---|---|
committer | altaf-creator <athaalaa@gmail.com> | 2023-09-13 11:30:14 +0700 |
commit | 30dd81de5474e8002ae438a32cbf4f45afb813f5 (patch) | |
tree | 66bf1e1fff97767d20c4e3fd382b03bdf0c86895 /blog/simpliCity/well-that-was-dumb/index.html | |
parent | cfbfa216685aa107825c9fe8cbaf32529f8df62b (diff) |
Added favicon, fixed placeholder blogposts on index.html
Diffstat (limited to 'blog/simpliCity/well-that-was-dumb/index.html')
-rw-r--r-- | blog/simpliCity/well-that-was-dumb/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/blog/simpliCity/well-that-was-dumb/index.html b/blog/simpliCity/well-that-was-dumb/index.html index b1b1ff7..8489006 100644 --- a/blog/simpliCity/well-that-was-dumb/index.html +++ b/blog/simpliCity/well-that-was-dumb/index.html @@ -6,7 +6,8 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="/style.css"> - <title>Blog / beta0.2: The Visual Update is Out! • altaf-creator</title> + <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico"> + <title>Blog / This Week's Devlog: Well that was dumb. (33nd Week of 2023) • altaf-creator</title> <script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script> <style> @@ -189,4 +190,4 @@ </section> </body> -</html>
\ No newline at end of file +</html> |