Skip to content

Commit 48fb245

Browse files
committed
First try at Cleaning code and making it modular
1 parent 1ece7a5 commit 48fb245

File tree

401 files changed

+49861
-623
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+49861
-623
lines changed

.gitignore

Whitespace-only changes.
File renamed without changes.

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Quiz App</title>
77
<link rel="icon" type="image/x-icon" href="./favicon.svg">
8-
<link rel="stylesheet" href="style.css" type="text/css">
8+
<link rel="stylesheet" href="Styling/style.css" type="text/css">
99
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
1010
<link rel="stylesheet"
1111
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
@@ -151,7 +151,8 @@ <h4 style="margin: 0; padding: 1rem 2rem;">How can i improve?</h4>
151151
}
152152
</script>
153153
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.2/html2pdf.bundle.js"></script>
154-
<script type="module" src="main.js"></script>
154+
<script type="module" src="public/main.js"></script>
155+
<script type="module" src="public/navbar.js"></script>
155156
</body>
156157

157158
</html>

0 commit comments

Comments
 (0)