-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (60 loc) · 2.95 KB
/
index.html
File metadata and controls
68 lines (60 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Frontend Mentor Challenges by Sarfaraz</title>
<meta name="title" content="Frontend Mentor Challenges by Sarfaraz" />
<meta name="description"
content="Explore the Frontend Mentor challenges completed by Sarfaraz — featuring responsive, accessible, and visually refined web projects built using HTML, CSS, and JavaScript." />
<meta name="keywords"
content="frontend mentor, frontend projects, responsive web design, HTML CSS JS, frontendmentor challenges, web developer portfolio, Sarfaraz Stark" />
<meta name="author" content="Sarfaraz" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0f172a" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sarfaraz.is-a.dev/frontendmentor" />
<meta property="og:title" content="Frontend Mentor Challenges by Sarfaraz" />
<meta property="og:description"
content="A showcase of completed Frontend Mentor challenges — created by Sarfaraz with modern frontend stacks and clean UI design." />
<meta property="og:image" content="https://sarfaraz.is-a.dev/frontendmentor/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Frontend Mentor Challenges by Sarfaraz" />
<meta property="og:site_name" content="Frontend Mentor - Sarfaraz" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://sarfaraz.is-a.dev/frontendmentor" />
<meta name="twitter:title" content="Frontend Mentor Challenges by Sarfaraz" />
<meta name="twitter:description"
content="Explore the Frontend Mentor challenges completed by Sarfaraz — built with clean code and modern UI design." />
<meta name="twitter:image" content="https://sarfaraz.is-a.dev/frontendmentor/og.png" />
<meta name="twitter:image:alt" content="Frontend Mentor Challenges by Sarfaraz" />
<meta name="twitter:creator" content="@sarfaraz_stark" />
<meta name="google-site-verification" content="y0QYzUiU3_kidRy9cYm7_z-wbIEolE3Sg3wW2bJHFjo" />
<link rel="canonical" href="https://sarfaraz.is-a.dev/frontendmentor" />
<link rel="shortcut icon" href="favicon-32x32.png" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<link rel="manifest" href="site.webmanifest" />
</head>
<body>
<main>
<div>
<h1>
Frontend Mentor<br />
Challenges<br />
Completed<br />
by
<a href="https://www.frontendmentor.io/profile/sarfarazstark">Sarfaraz</a>
</h1>
<div>
<p>Total Challenges</p>
<span class="total"></span>
</div>
</div>
</main>
<script src="index.js" async></script>
</body>
</html>