Skip to content

Commit

Permalink
FIX: merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bj-jiwrajka committed Jan 2, 2024
1 parent 65a2b65 commit aea5c5c
Showing 1 changed file with 7 additions and 26 deletions.
33 changes: 7 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,16 @@
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<div class="container">
<div id="home" class="flex-center flex-column">
<div id="icon">
<img src="./assets/kviz.png"/>
<div id="home" class="flex-center flex-column">
<h1>Kviz</h1>
<div class="flex-row">
<a class="btn" href="/Dark/index.html">Dark Theme</a>
<a class="btn" href="/Light/index.html">Light Theme</a>
</div>
</div>
<h1>Kviz</h1>
<div class="flex-row">
<a class="btn" href="Dark/index.html">Dark Theme</a>
<a class="btn" href="Light/index.html">Light Theme</a>
</div>
</div>

<div class="box">
<input type="checkbox" class="checkbox" id="checkbox">
<label for="checkbox" class="label">
<i class="fas fa-moon"></i>
<i class='fas fa-sun'></i>
<div class='ball'>
</label>
</div>
</div>

<script src="toggle.js"></script>

</body>
</html>

<script src="toggle.js"></script>

<!-- <script src="toggle.js"></script> -->
</body>
</html>

0 comments on commit aea5c5c

Please sign in to comment.