HTML < html lang = "en" > < head > < meta charset = "UTF-8" > < meta http-equiv = "X-UA-Compatible" content = "IE=edge" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title >SkyCodingLab</ title > < link rel = "stylesheet" href = "style.css" > < script src = "./index.js" ></ script > < link rel = "preconnect" href = "https://fonts.gstatic.com" > < link href = "https://fonts.googleapis.com/css2?family=Itim&display=swap" rel = "stylesheet" > </ head > < body > < main class = "back_ground" > < section class = "title" > < h1 >Tic Tac Game</ h1 > </ section > < section class = "display" >