-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
36 lines (35 loc) · 1.27 KB
/
features.html
File metadata and controls
36 lines (35 loc) · 1.27 KB
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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Crane-Compare</title>
</head>
<body>
<header>
<h1>Crane-Compare</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="compare.html">Compare</a></li>
</ul>
</nav>
</header>
<section class="container">
<h2>Features</h2>
<p>Our crane comparison tool allows you to compare different cranes based on various features such as
load capacity, height, and price.
You can select the cranes you want to compare and view detailed information about each crane.</p>
<p>Below are some features of our tool:</p>
<ul>
<li>Compare cranes based on load capacity, height, and price</li>
<br>
<li>Get an AI-generated overview of the comparison results</li>
<br>
<li>Graphical Analysis</li>
</ul>
</section>
</body>
</html>