summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Knoerr <an.kn@protonmail.ch>2021-12-21 06:37:42 +0100
committerAnna Knoerr <an.kn@protonmail.ch>2021-12-21 06:37:42 +0100
commit5ea95fa1f8e462506ca70c47f293961d0b0ff3ce (patch)
tree31df22c0c78de409066596e4404eae481380671c
parentb8e01aaa1c89cdaf874f22afe6b3aa550b89c93e (diff)
enough for now...
-rw-r--r--blog.html2
-rw-r--r--index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/blog.html b/blog.html
index 5d9d053..10cf4a2 100644
--- a/blog.html
+++ b/blog.html
@@ -8,7 +8,7 @@
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
- <title>Blog</title>
+ <title>Playground!</title>
</head>
<body>
<!-- <script src="modal.js"></script>
diff --git a/index.html b/index.html
index 55f347a..6ab1792 100644
--- a/index.html
+++ b/index.html
@@ -51,7 +51,7 @@
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
- <li><a href="blog.html">Blog</a></li>
+ <li><a href="blog.html">Playground</a></li>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</nav>