Skip to content

Commit

Permalink
Merge pull request #5 from ZyriabDsgn/hotfix/add-temporary-css-and-js
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
Arthur Wallendorff authored Nov 30, 2023
2 parents 5858bb7 + c38983d commit 523900a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
content="Hi, I'm a passionate software engineer from Belgium. Check out my work and get in touch over here. ;)" />
<link href="images/favicon-light.ico" rel="icon" media="(prefers-color-scheme: light)" />
<link href="images/favicon-dark.ico" rel="icon" media="(prefers-color-scheme: dark)" />
<link id="stylesheet" rel="stylesheet" href="css/tui.min.css" />
<link id="stylesheet" rel="stylesheet" href="css/tui.css" />
<link rel="preload" as="font" href="fonts/FiraMonoNerdFontMono-Bold.otf" type="font/otf" crossorigin="anonymous">
<link rel="preload" as="font" href="fonts/FiraMonoNerdFontMono-Regular.otf" type="font/otf" crossorigin="anonymous">
<script id="script" src="js/tui.min.js" defer></script>
<script id="script" src="js/tui.js" defer></script>
<title>Arthur Wallendorff - Software Engineer</title>
</head>

Expand Down

0 comments on commit 523900a

Please sign in to comment.