This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f984b44
commit 5a2df63
Showing
1 changed file
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
@@ -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> | ||
|
@@ -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()"> | ||
|
@@ -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> |
5a2df63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
v2 – ./
v2-theunblockedhubofficial.vercel.app
v2-git-main-theunblockedhubofficial.vercel.app
v2-xi-five.vercel.app
site.theunblockedhub.com