Update src/index.html
All checks were successful
On_Push / build (push) Successful in 30s

This commit is contained in:
flamez 2025-02-16 19:04:41 +00:00
parent 798fb6786d
commit 217ba29ea7

View file

@ -22,6 +22,7 @@
<h4> Here is my Game Development Blog for CS4043</h4>
<p> Here is the Introduction to my Team </p>
<div>
<table>
<tr>
<th> Team Flatpak </th>
@ -56,7 +57,7 @@
<tr>
<td> Piraka - Lead in Art Design Great at Sprite Work and Game Engine </td>
</tr>
</div>
@ -68,7 +69,7 @@
<button class="accordion">Section 2</button>
<button class="accordion">7/2/25</button>
<div class="panel">
<p> </p>
</div>
@ -77,6 +78,11 @@
<div class="panel">
<p></p>
</div>
<div id="Links" class="tabcontent">
<h3>Links</h3>
<p>The links i use.</p>
</div>
<script>
var acc = document.getElementsByClassName("accordion");
@ -97,10 +103,7 @@ for (i = 0; i < acc.length; i++) {
</div>
<div id="Links" class="tabcontent">
<h3>Links</h3>
<p>The links i use.</p>
</div>
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;