-
Notifications
You must be signed in to change notification settings - Fork 0
/
index5.html
36 lines (36 loc) · 1.94 KB
/
index5.html
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
<!DOCTYPE html><!--FOOTER-->
<html>
<head>
<!--header begin-->
<title>Startup</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"><!--google fonts-->
<link rel="stylesheet" href="/style5.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous"> <!-- My own stylesheet -->
<link href="style5.css" rel="stylesheet"><!--=My Own Stylesheet-->
</head><!--header end-->
<!--body begin-->
<body class="vh-100 justify-content-center"><!--vh-100-->
<div class="container vh-100 justify-content-center"><!--container-vh100-->
<div class="row vh-100"><!--row-vh100-->
<header class="text-center col-12 vh-100 justify-content-center"><!--header begin-->
<h1><strong>Join Our New Biggest Project,Get Once In A Life Time Opptuirnty...</strong></h1><!--big headline-->
<hr>
<h2>If You Are a: software Developer,coder,ux/ui,cyber speactlist Join Us By Click The Button Below</h2><hr><!--secondry headline-->
<hr>
</header><!--header end-->
<hr>
<div class="buffer justify-content-center"></div>
<div class="container vh-100 justify-content-center"><!--container vh-100-->
<div class="button-container-div col-12 vh-100 justify-content-center"><!--container button vh-100-->
<section class="text-center col-12 vh-100 justify-content-center"><!--section vh-100-->
<a href="https://mailchi.mp/49077fcf3b31/startup-page">
<button class="btn btn-primary">Sign Up Today For More</button><!--button-->
</a>
</div>
</section>
</div>
</div>
</body><!--body end-->
</html>