-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (66 loc) · 3.88 KB
/
Copy pathindex.html
File metadata and controls
71 lines (66 loc) · 3.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="fyThuqvEuyXt6_0S9N2D9MG0BiRa_YSJyh2tZKtsl2k"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Trendy Quest brings you the latest viral videos, trending news, and viral content. Stay updated with breaking moments, hot topics, and the most talked-about stories on the internet.">
<meta name="keywords" content="trending videos, viral moments, trending news, viral content, top stories, trending topics, hot videos, breaking news, viral challenges, entertainment news">
<meta name="robots" content="index, follow">
<meta name="author" content="Trendy Quest">
<meta property="og:type" content="website">
<meta property="og:title" content="Trendy Quest | Latest Viral Videos & Trending News">
<meta property="og:description" content="Your one-stop destination for the hottest viral videos, trending topics, and the latest breaking news. Get your daily dose of the internet's most talked-about moments.">
<meta property="og:image" content="https://example.com/your-image.jpg">
<meta property="og:url" content="https://trend-quest.github.io/Trend-Quest/">
<meta property="og:site_name" content="Trendy Quest">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Trendy Quest | Latest Viral Videos & Trending News">
<meta name="twitter:description" content="Stay up to date with viral videos, trending content, and breaking news. Your go-to source for all things trending.">
<meta name="twitter:image" content="https://example.com/your-image.jpg">
<meta name="twitter:site" content="@YourTwitterHandle">
<meta name="twitter:creator" content="@YourTwitterHandle">
<meta name="google-site-verification" content="your-google-site-verification-code">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="canonical" href="https://trend-quest.github.io/Trend-Quest/">
<title>Trendy Quest | Viral Videos, Trending News, and Top Stories</title>
<link rel="stylesheet" href="styles.css">
<link rel="preload" href="styles.css" as="style">
<link rel="preload" href="your-image.jpg" as="image">
</head>
<body>
<!-- Header with Logo and Navigation -->
<header>
<div class="box">
<div class="inner">
<span class="span">Trendy Quest</span>
</div>
<div class="inner">
<span>Trendy Quest</span>
</div>
</div>
<!--<img src="logo.png" alt="Trendy Quest Logo" class="logo">-->
<!-- <h1 alt="Trendy Quest Logo" class="logo-text">Trendy Quest</h1> -->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#trending-videos">Trending Videos</a></li>
<li><a href="#latest-news">Latest News</a></li>
<li><a href="#featured">Featured</a></li>
<li><a href="https://github.com/trending-today/only-trends.github.io/blob/master/README.md">About</a></li>
<li><input type="text" placeholder="Search..." class="search-bar"></li>
</ul>
</nav>
</header>
<!-- Hero Section with Featured Content -->
<section class="hero">
<h2>Catch the Hottest Viral Videos & Breaking News</h2>
<p>Your one-stop source for today's trending topics and viral moments.</p>
<button class="cta-button">Explore Now</button>
</section>
<section id="about" class="about-section">
<h2>About Trendy Quest</h2>
<p>Trendy Quest is your ultimate source for the latest viral content, breaking news, and trending videos. We curate the hottest topics to keep you in the loop. Join us as we explore what’s trending across the globe.</p>
</section>
</body>
</html>