Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok-2002 committed May 22, 2023
1 parent 4878d58 commit c0c0191
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions end.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<link rel="stylesheet" href="./app.css" />
<link rel="icon" type="image/jpg" href="./assets/Congo.jpg">
</head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3775445581945009"
crossorigin="anonymous"></script>
<body>
<div class="container">
<div id="end" class="flex-center flex-column">
Expand Down
2 changes: 2 additions & 0 deletions game.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<link rel="stylesheet" href="./game.css" />
<link rel="icon" type="image/jpg" href="./assets/play.jpg">
</head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3775445581945009"
crossorigin="anonymous"></script>
<body>
<div class="container">
<div id="loader"></div>
Expand Down
2 changes: 2 additions & 0 deletions highscores.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<link rel="stylesheet" href="./highscores.css" />
<link rel="icon" href="icon_path" type="image/x-icon">
</head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3775445581945009"
crossorigin="anonymous"></script>
<body>
<div class="container">
<div id="highScores" class="flex-center flex-column">
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<link rel="stylesheet" href="./app.css" />
<link rel="icon" type="image/jpg" href="./assets/logo.jpg">
</head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3775445581945009"
crossorigin="anonymous"></script>
<body>
<div class="container">
<div id="home" class="flex-center flex-column">
Expand Down

1 comment on commit c0c0191

@vercel
Copy link

@vercel vercel bot commented on c0c0191 May 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quizzify – ./

quizzify-alok-2002.vercel.app
quizwhiz.vercel.app
quizzify-git-main-alok-2002.vercel.app

Please sign in to comment.