light and dark mode
This commit is contained in:
parent
facc721a33
commit
cf4d2f60ce
@ -5,14 +5,14 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>Jednoduchý Prekladač</title>
|
<title>Jednoduchý Prekladač</title>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
<!-- Prepojenie s css -->
|
|
||||||
<link rel="stylesheet" href="style_dark.css">
|
|
||||||
<!-- <link rel="stylesheet" href="style_light.css"> -->
|
|
||||||
<link rel="stylesheet" href="progress_bar.css">
|
<link rel="stylesheet" href="progress_bar.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<!-- Theme toggle icon button -->
|
||||||
|
<button id="themeToggleBtn" title="Switch Theme">🌞</button>
|
||||||
|
|
||||||
<h1>Jednoduchý Prekladač s Rozpoznávaním Reči</h1>
|
<h1>Jednoduchý Prekladač s Rozpoznávaním Reči</h1>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Loading…
Reference in New Issue
Block a user