Skip to content

Commit

Permalink
Updated Tourism spelling in index.html header
Browse files Browse the repository at this point in the history
  • Loading branch information
Srijan205 committed Mar 13, 2021
1 parent f451379 commit 79661af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

<body onload="myFunction()" style="margin:0;">


<!-- preloader -->
<div id="container">
<div id="loader"></div>
<div id="loader"></div>
</div>

<div style="display:none;" id="myDiv" class="animate-bottom">
<section class="topFrame">
<nav class="navbar navbar-expand-lg navbar-light bg-light nv">
Expand All @@ -32,7 +32,7 @@
<a class="nav-link" href="/about.html">About</a>
<a class="nav-link" href="">Registration</a>
<a class="nav-link" href="">Contact</a>

</div>
</div>
</div>
Expand All @@ -44,7 +44,7 @@
<table>
<tr>
<th>
<h1> <img src="img/delhi.jpg" width="150" height="100" align="center"> DELHI TOURISINM </h1>
<h1> <img src="img/delhi.jpg" width="150" height="100" align="center"> DELHI TOURISM </h1>
</th>
</tr>
</table>
Expand Down Expand Up @@ -291,11 +291,11 @@ <h1 align="CENTER"> REGISTRATION </h1>

<script>
var myVar;

function myFunction() {
myVar = setTimeout(showPage, 3000);
}

function showPage() {
document.getElementById("loader").style.display = "none";
document.getElementById("myDiv").style.display = "block";
Expand Down

0 comments on commit 79661af

Please sign in to comment.