Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jas0n0ss authored Oct 6, 2023
1 parent a156917 commit 106a341
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta property="og:url" content="https://oss.msft.vip/msdl/">

<title>Microsoft Software Download Listing</title>

<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.min.css">
<link rel="stylesheet" href="css/style.css">
<script defer src="js/msdl.js"></script>
Expand All @@ -26,9 +26,9 @@
<body>
<h1>Microsoft Software Download Listing</h1>

<a href="https://github.com/Jas0n0ss/msdl">
<b>Source code on GitHub</b>
</a>
<!--a href="https://github.com/Jas0n0ss/msdl"-->
<!--b>Source code on GitHub</b-->
</a-->

<noscript>
<p>This page requires JavaScript to work.</p>
Expand All @@ -38,7 +38,7 @@ <h1>Microsoft Software Download Listing</h1>
<h2>Select product</h2>
<input id="search-products" type="search" placeholder="Search with regex..." onInput="updateResults();">
<div id="quick-search">
📌
📟
<button onClick="setSearch('Windows 8\\.1');">Windows 8.1</button>
<button onClick="setSearch('Windows 10 22H2');">Latest Windows 10</button>
<button onClick="setSearch('Windows 11 22H2');">Latest Windows 11</button>
Expand Down

0 comments on commit 106a341

Please sign in to comment.