Skip to content

Commit

Permalink
Build project
Browse files Browse the repository at this point in the history
  • Loading branch information
ducquando committed Dec 29, 2023
1 parent 12373ad commit 4d0e517
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bundle.js.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
<meta name='twitter:description' content='Join Quan on his euphoric adventure'>
<meta name='twitter:image' content='https://dodquan.com/assets/pictures/Thumbnail@0.33x.png'>

<!-- Styling -->
<link rel='stylesheet', href='./src/stylesheets/fonts.css'>
<link rel='stylesheet', href='./src/stylesheets/colors.css'>
<link rel='stylesheet', href='./src/stylesheets/buttons.css'>
<link rel='stylesheet', href='./src/stylesheets/style.css'>

<!-- Typefaces -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet">

<!-- Favicon -->
<link rel='apple-touch-icon' sizes='180x180' href='/assets/favicon/apple-touch-icon.png'>
<link rel='icon' type='image/png' sizes='32x32' href='/assets/favicon/favicon-32x32.png'>
<link rel='icon' type='image/png' sizes='16x16' href='/assets/favicon/favicon-16x16.png'>
<link rel='manifest' href='/assets/favicon/site.webmanifest'>

<!-- Typefaces -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap" rel="stylesheet">

<!-- Styling -->
<link rel='stylesheet', href='./src/stylesheets/fonts.css'>
<link rel='stylesheet', href='./src/stylesheets/colors.css'>
<link rel='stylesheet', href='./src/stylesheets/buttons.css'>
<link rel='stylesheet', href='./src/stylesheets/style.css'>

<!-- Scripts -->
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js'></script>
Expand Down

0 comments on commit 4d0e517

Please sign in to comment.