Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubs-03 committed Jul 25, 2024
1 parent 92273d3 commit e62b694
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
</head>
<body>


<div class="container">

<div class="nav">
<h1>The Atmosphere</h1>
<div class="heading">
<h1>The Atmosphere</h1></div>
<div class="hamburger" onclick="toggleOverlay()"></div>
</div>

Expand Down Expand Up @@ -63,7 +65,7 @@ <h5>Learn here to find out the surprising effects and importance of our atmosphe
<button class="button2" onclick="togglePopup('pop2')"></button>
<button class="button3" onclick="togglePopup('pop3')"></button>
<button class="button4" onclick="togglePopup('pop4')"></button>
</div>
</div>
</div>
</div>

Expand Down Expand Up @@ -179,7 +181,7 @@ <h3>Further Reading</h3>

<script>
var disqus_config = function () {
this.page.url = 'https://yourwebsite.com'; // Replace with your page's canonical URL variable
this.page.url = 'https://kubs-03.github.io/Atmos/'; // Replace with your page's canonical URL variable
this.page.identifier = 'unique_identifier'; // Replace with your page's unique identifier variable
this.language = 'en'; // Add this line to set the language to English
};
Expand Down

0 comments on commit e62b694

Please sign in to comment.