Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ async function TeamMembers(){
async function History(){
section.innerHTML = `
<h1 id="sectionHeading">History</h1>
<h2>It's time to make history by winning Local Hack Day: Share together!</h2>
<h2>It's time to make history by winning INIT 2022 together!</h2>

<h2>Find below some of the historical hackathon prizes our MELONsquad members have won... this is why we will be the best squad at LHD: Share!</h2>
<h2>Find below some of the historical hackathon prizes our MELONsquad members have won... this is why we will be the best squad at INIT 2022!</h2>
`
hHistory = await HackathonHistory();
section.innerHTML += hHistory;
Expand Down Expand Up @@ -448,4 +448,4 @@ async function HackathonHistory(){

function Links(){

}
}