Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Update apps.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnblockedHubOfficial authored Jan 30, 2024
1 parent f984b44 commit 5a2df63
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions static/apps.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">

<head>
Expand All @@ -13,7 +13,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/assets/styles/main.css?v=1" />
<link rel="stylesheet" href="/assets/styles/themes/default.css?v=1" />
<link rel="stylesheet"
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<script src="/assets/scripts/index.js?v=2"></script>
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
Expand All @@ -33,8 +34,8 @@
</div>
</div>

<div id="particles-js">
<!-- Nav Bar End-->
<!-- Content Start -->
<div class="content">
<div class="input-container">
<input type="text" id="searchbarbottom" onkeyup="search_bar()" placeholder="Search" />
<select id="category" name="category" onchange="show_category()">
Expand All @@ -51,18 +52,20 @@
</div>
<div class="pinned-apps"></div>
<div class="container-apps"></div>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script>
<script>
window.dataLayer = window.dataLayer || []

function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-5DJ29NQ146')
</script>
<script src="/assets/scripts/global.js?v=2"></script>
</div>
<!-- Content End -->

<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script>
<script>
window.dataLayer = window.dataLayer || []

function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-5DJ29NQ146')
</script>
<script src="/assets/scripts/global.js?v=2"></script>
</body>

</html>

1 comment on commit 5a2df63

@vercel
Copy link

@vercel vercel bot commented on 5a2df63 Jan 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.