forked from naveen3011/WebD_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCWA.html
25 lines (24 loc) · 1.22 KB
/
CWA.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Custom Web Applications</title>
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in"
data-aos-delay="400">
<div class="icon-box">
<div class="icon"><i class="bx bx-layer"></i></div>
<h4 style="text-align:center;"><a href="">Custom Web Applications</a></h4>
<p>There is a huge number of businesses and every business has a different workflow, For some business
external tools and services aren’t always the perfect fit and that’s why they should have a custom
website. PrimaThink creates custom websites’ development ranging from simple landing page to complex
websites. We go through your pre-support audits and assessment, current system audits and assessment and
create a perfect custom website for you.</p>
</div>
</div>
</body>
</html>