Skip to content
Open
Show file tree
Hide file tree
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
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Calculator</title>
<link href="./style.css" rel="stylesheet" type="text/css">
</link>
<!-- <link href="./style.css" rel="stylesheet" type="text/css"> -->
<link href="./pixel/css/pixel.css" rel="stylesheet" type="text/css">
<link href="./pixel/css/style.css" rel="stylesheet" type="text/css">

</head>

<body>
Expand Down Expand Up @@ -53,8 +55,9 @@ <h1>JavaScript Calculator</h1>
<button id="reset" class="reset">Reset Universe?</button>
</div>

<script src="./script.js"></script>
<script src="./dark-light-theme-toggle.js"></script>

<script src="./pixel/js/script.js"></script>
<script src="./pixel/js/dark-light-theme-toggle.js"></script>
</body>


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pixel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link href="./pixel/pixel.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Dosis&display=swap" rel="stylesheet">

</link>

</head>
<body>
<h1>JavaScript Calculator</h1>
Expand Down
File renamed without changes.
File renamed without changes.