Skip to content

Commit df2624c

Browse files
committed
Add meta information
1 parent ebc03e8 commit df2624c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
<link rel="stylesheet" href="/softpoint/app.css" />
77
<title>SoftPoint | Home</title>
88
<script src="/softpoint/tailwind.js"></script>
9+
10+
<meta name="description" content="Cutting-edge B2B software" />
11+
<meta
12+
name="keywords"
13+
content="b2b, analyssis, business, statistics, softpoint, security"
14+
/>
15+
<meta name="author" content="https://github.com/coder8080" />
916
</head>
1017
<body>
1118
<script>
@@ -48,7 +55,7 @@
4855
<a href="#pricing">Pricing</a>
4956
</div>
5057
<div class="flex flex-row items-center gap-5">
51-
<a>Login</a>
58+
<a href="#">Login</a>
5259
<button
5360
class="bg-[#F44545] font-medium px-6 py-2 text-white rounded-lg"
5461
aria-label="Sign Up"
@@ -375,7 +382,7 @@ <h2 class="mt-6 font-semibold text-xl">Clean Code</h2>
375382
>
376383
Learn more
377384
</button>
378-
<a class="text-[#FF4D4D]">Ask?</a>
385+
<a class="text-[#FF4D4D]" href="#">Ask?</a>
379386
</div>
380387
</div>
381388
</seciton>

0 commit comments

Comments
 (0)