Skip to content

Commit

Permalink
[/] Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
casparml authored Oct 24, 2024
1 parent f62c3ff commit 9ff30c6
Showing 1 changed file with 23 additions and 27 deletions.
50 changes: 23 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<!-- Unicons -->
<link rel="preload" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css"></noscript>

<!-- <link defer rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css"> -->
<!-- <script defer type="text/javascript" src="https://unicons.iconscout.com/release/v4.0.8/script/monochrome/bundle.js"></script> -->
<!-- OpenGraph Tags -->
<meta property="og:title" content="dotSharp">
<meta property="og:type" content="website">
Expand All @@ -39,33 +36,32 @@
<!-- Icons Links -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon_180x180.png">
<link id='favicon' rel="shortcut icon" type="image/png" sizes="64x64" href="assets/images/logo.png">
<!-- Dynamic Favicon -->
<!-- Script Link -->
<script defer src="assets/js/scripts.js"></script>
</head>
<body>
<!-- Nav -->
<nav>
<ul>
<li class="navbar-left">
<!-- Logo -->
<span class="notranslate"><a href="/" class="navbar-logo__link">DOT<p class="navbar-logo-highlight">SHARP</p></a></span>
</li>
<li class="navbar-right">
<!-- Discord invite -->
<button class="github-button"><i class="uil uil-github github-icon"></i><a target="_blank" href="https://github.com/dot-sharp">GitHub</a></button>
</li>
</ul>
</nav>
<!-- About -->
<section class="about">
<div class="about-title">
<p>Latest Updates:</p>
</div>
<div>
<embed src="https://cdn.dotsharp.dev/logs-8djymm5xdg6/update-j8r3sw3hnnc.html" height="325" width="425">
</div>
</section>
<!-- Footer -->
<header>
<nav>
<ul>
<li class="navbar-left">
<span class="notranslate"><a href="/" class="navbar-logo__link">DOT<p class="navbar-logo-highlight">SHARP</p></a></span>
</li>
<li class="navbar-right">
<button class="github-button"><i class="uil uil-github github-icon"></i><a target="_blank" href="https://github.com/dot-sharp">GitHub</a></button>
</li>
</ul>
</nav>
</header>
<main>
<section class="about">
<div class="about-title">
<p>Latest Updates:</p>
</div>
<div>
<embed src="https://cdn.dotsharp.dev/logs-8djymm5xdg6/update-j8r3sw3hnnc.html" height="325" width="425">
</div>
</section>
</main>
<footer>
<span class="footer__span">
&copy; <span id="currentYear"></span> - Made by <a class="footer__link" target="_blank" href="https://www.linkedin.com/in/casparlandman">Caspar Landman</a> for <a class="footer__link" target="_blank" href="https://github.com/dot-sharp">dotSharp</a>
Expand Down

0 comments on commit 9ff30c6

Please sign in to comment.