-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-dark.html
53 lines (49 loc) · 2.75 KB
/
index-dark.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>SNT</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Fonts -->
<link rel="shortcut icon" type="image/icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<!-- Bootstrap CSS from a CDN. This way you don't have to include the bootstrap file yourself -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Your own stylesheet -->
<link rel="stylesheet" type="text/css" href="dark.css">
</head>
<body>
<ul>
<li><img src="file.png" height="70px" width="70px"></li>
<li><a class="active" href="index.html"><b>Home</b></a></li>
<li><a href="bg.html"><b>Color</b></a></li>
<li><a href="https://mailchi.mp/cb6989638af4/sachins-startup"><b>Contact</b></a></li>
<li><a href="about.html"><b>About</b></a></li>
<li><a href="robot.html"><b>ROBOT</b></a></li>
<li><a href="index.html"><b>LIGHT</b></a></li>
</ul>
<div class="container d-flex align-items-center h-100">
<div class="row">
<header class="text-center col-12">
<h1 class="text-uppercase"><strong><a href="https://threatmap.bitdefender.com/">ARE YOU CONCERNED ABOUT YOUR INTERNET SECURITY?</a></strong></h1>
</header>
<div class="buffer col-12"></div>
<section class="text-center col-12">
<hr>
<a href="https://mailchi.mp/cb6989638af4/sachins-startup"><button class="btn btn-primary btn-xl">GET A TEST NOW!</button>
</a>
</section>
</div>
</div>
<div class="distrack">
<img src="https://images.ctfassets.net/aq13lwl6616q/31MSIoICvLZ4kN9HdoLumw/f2aa314ba934db4f543bde44b3bd19b5/3__grow_your_network_-_client-meeting.svg" align="left" height="360px" widht="246px">
<p>We care for all of these:<br> <b>*C</b>onfidentiality,<br><b>*I</b>ntegrity,<br><b>*A</b>vailability</p>
<img src="https://images.ctfassets.net/aq13lwl6616q/2bpWK7dB1xuNo6iUDLp5U9/17cb1332a118434327750582e037a443/1_A_-_Learn_the_most_relevant_-_software-engineer.svg" align="left" height="360px" widht="246px">
<p align="right">We have got solutions for everyone<br>24x7 at your service.</p>
<img src="https://images.ctfassets.net/aq13lwl6616q/6tdXiOFRoifGV9kttjKItY/09009615e148928c07bdaf247c621cac/support-team.svg" align="left" height="360px" widht="246px">
<p align="right">Protect<br><b>Yourself</b><br><b>Your Family</b><br><b>At Work or Home!</b></p>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>