Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelto committed Oct 21, 2023
1 parent 9227160 commit 21d0b27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
<span class="navbar-toggler-icon"></span>
</button>

<

<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li
Expand Down Expand Up @@ -119,7 +121,7 @@ <h1 class="element">Coder</h1>
</div>
</div>
</div>

<div id="greeting">Test</div>
<div class="box">
<pre id="typewriter" class="text">
<span class="highlight-red">const</span> name = <span class="highlight-blue">'Tom'</span>;
Expand Down Expand Up @@ -436,6 +438,7 @@ <h3>Tech-Stack</h3>
</div>

<script src="js/scripts.js"></script>
<script src="js/translation.js"></script>
<script src="../js/version.js" type="module"></script>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
Expand Down

0 comments on commit 21d0b27

Please sign in to comment.