-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
23 lines (22 loc) · 878 Bytes
/
services.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>services</title>
</head>
<body><div class="title-services">
<p class="tittle1">
Welcome to Paneno Security</p><br>
<p class="sub-tittle">We'd love to meet you and let you the perfect solution
Schedule a meeting</p>
<button type="button" class="btn_counsel2">Schedule a Meeting</button>
<button type="button" class="btn_counsel">Download brochure</button></div>
<div>
<p class="services">Our Services</p>
</div>
<footer>copyright 2023-Paneno Security</footer>
</body>
</html>