diff --git a/public/mls/milestone.html b/public/mls/milestone.html
index 87f9a574de90f84d50f2c0de76d9c5272ab35255..a62d9668869d6a97aa67282dc8b6f79aace92364 100644
--- a/public/mls/milestone.html
+++ b/public/mls/milestone.html
@@ -5,9 +5,10 @@
 <link rel='stylesheet' href="../styles.css"/>
 <title>Milestone</title>
 <h6><a href="../index.html">back</a></h6>
-<h1>List of what i've achieved and what should i learn next</h1>
+<h1>Milestone</h1>
 </head>
 <body>
+<h2>Here's a list of thing that i want to achieve.</h2>
 <ol>
 <li>Do a better job at writing only on html so people who look at my site without all the styling and flashy stuff enabled could still enjoy reading it.</li>
 <li>Make a <em>modern-ish</em> look with only using CSS. (This probably will be the hardest challenge for me since i'm just starting learning html)</li>
@@ -17,6 +18,6 @@
 <p>I'll add something new to achieve while i get ahold of the basic concepts</p>
 </body>
 <footer>
-<a href="../index.html">back</a>
+<h6><a href="../index.html">back</a></h6>
 </footer>
 </html>
diff --git a/public/mls/milestonedark.html b/public/mls/milestonedark.html
index 41f3b7bc43e55a562de51b81d961ea3617b6d3e0..d5240258dffa2891c6006cf872356e691f4663d6 100644
--- a/public/mls/milestonedark.html
+++ b/public/mls/milestonedark.html
@@ -5,9 +5,10 @@
 <title>Milestone</title>
 <link rel='stylesheet' href="../stylesdark.css"/>
 <h6><a href="../indexdark.html">back</a></h6>
-<h1>List of what i've achieved and what should i learn next</h1>
+<h1>Milestone</h1>
 </head>
 <body>
+<h2>Here's a list of thing that i want to achieve.</h2>
 <ol>
 <li>Do a better job at writing only on html so people who look at my site without all the styling and flashy stuff enabled could still enjoy reading it.</li>
 <li>Make a <em>modern-ish</em> look with only using CSS. (This probably will be the hardest challenge for me since i'm just starting learning html)</li>
@@ -17,6 +18,6 @@
 <p>I'll add something new to achieve while i get ahold of the basic concepts</p>
 </body>
 <footer>
-<a href="../indexdark.html">back</a>
+<h6><a href="../indexdark.html">back</a></h6>
 </footer>
 </html>