Skip to content

Commit

Permalink
Minor index.html changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tormi committed Mar 9, 2024
1 parent f373416 commit 4fc7f39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/>
<link
rel="stylesheet"
href="https://www.unpkg.com/[email protected]/dist/themes/base/jquery-ui.min.css"
href="https://unpkg.com/[email protected]/dist/themes/base/jquery-ui.min.css"
/>
<link rel="stylesheet" href="css/style.css" />
</head>
Expand Down Expand Up @@ -46,7 +46,7 @@
class="nav-link"
href="https://sauevald.kovtp.ee/algatamiseelsed-menetlused"
target="_blank"
>Tutvustus</a
>Ametlik tutvustus</a
>
</li>
<li class="nav-item">
Expand All @@ -70,7 +70,7 @@
</div>

<script src="https://unpkg.com/[email protected]/dist/jquery.min.js"></script>
<script src="https://www.unpkg.com/[email protected]/dist/jquery-ui.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/jquery-ui.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet-src.js"></script>
<script src="https://unpkg.com/[email protected]/Control.FullScreen.js"></script>
Expand Down

0 comments on commit 4fc7f39

Please sign in to comment.