Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
</form>
</nav>
<div class="container">
<h1> THIS PAGE IS STILL IN DEVELOPEMENT STAGE </h1></div>
<h1> THIS PAGE IS STILL IN DEVELOPEMENT STAGE 🚧 </h1></div>


<footer class="footer">
<div class="container">
<span class="text-light">&#169 2019 Textutils.in </span>
<span class="text-light">&#169 2021 Textutils.in </span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion templates/analyze.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1>Your Analyzed Text - {{ purpose }}</h1>
</div>
<footer class="footer">
<div class="container">
<span class="text-light">&#169 2019 Textutils.in </span>
<span class="text-light">&#169 2021 Textutils.in </span>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h3><span id="typed"></span></h3>
<!-- Footer-->
<footer class="footer">
<div class="container">
<span class="text-light">&#169 2019 Textutils.in </span>
<span class="text-light">&#169 2021 Textutils.in </span>
</div>
</footer>

Expand Down