File size: 789 Bytes
56908ee
 
 
 
 
94604aa
 
56908ee
 
94604aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56908ee
 
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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>SopKit Tools</title>
	<link rel="stylesheet" href="style.css">
</head>
<body>
	<nav>
		<h1>SopKit<span>.</span></h1>

		<ul>
			<li><a href="#">Tools</a></li>
			<li><a href="#">GitHub</a></li>
			<li><a href="#">Contact</a></li>
			<li><a href="#">Page</a></li>
			<li><a href="#">Files</a></li>
		</ul>
	</nav>

	<main class="container">
		<section class="hero-section">
			<div class="hero-container">
				<h1>SopKit<span>.</span></h1>
				<p>A JavaScript Tool Collection by SopKit for no price..... </p>
			</div>
			<div class="hero-image">
				<!-- <img src="pic.avif" alt="" srcset=""> -->
			</div>
		</section>
	</main>

</body>
</html>