diff options
Diffstat (limited to 'now/index.php')
-rw-r--r-- | now/index.php | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/now/index.php b/now/index.php new file mode 100644 index 0000000..00ec69a --- /dev/null +++ b/now/index.php @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="/assets/css/style.css"> + <meta name="referrer" content="no-referrer"> + <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> + <title> + What I'm up to now + </title> + <meta name="generator" content="soupault"> + <link rel="icon" href="https://yt3.ggpht.com/a/AATXAJy8stJvLJrN0cleHvkBG4hVDcCMy3p47CZTWWtk=s900-c-k-c0xffffffff-no-rj-mo"> + <link rel="stylesheet" href="/assets/css/style.css"> + </head> + <body> + <div class="container"> + <header> + <h1> + What I'm up to now + </h1> + <div id="nav-menu"> + <nav> + 😎 + <a href="/">Home</a> + 🤔 + <a class="active" href="/now/">Now page</a> + ✍️ + <a href="https://demonkingswarn.is-a.dev/blog/">Blog</a> + 🖥️ + <a href="/setup/">Setup</a> + 📚 + <a href="/books/">Books</a> + 📞 + <a href="/contact/">Contact</a> + ☎️ + <a href="/webring/">Webring</a> + </nav> + </div> + </header> + <main> + <small> + This is a <a href="https://nownownow.com/about">now page</a>. For past entries, visit my <a href="/then/">then</a> page. + </small> + <p> + <date> + 2024-09-15 + </date> + </p> + <p> + So I have started working on a game similar to Vampire Survivors. But it's now on a pause for four days because I am having exams. Yes my university exams doesn't have any gaps, continuous exams. That's how the life is here at BIT. + </p> + </main> + </div> + </body> +</html> |