-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
24 lines (24 loc) · 1.22 KB
/
about.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
<!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>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="boddyy1">
<div class="seccbody">
<h1>Website Grader <sup>®</sup></h1>
<p>Grade your website in seconds. Then learn how to <br>improve it for free</p><br><br>
<input type="text" name="website" placeholder="Website"><br><br><br>
<input type="email" name="email" placeholder="Email"><br><br><br>
<p>We're commited to your privacy. Hubspot uses the information you <br>provide to us to contact you about our relevant content, products, and <br>services. You may unsubscribe from these communications at any time. <br>For more information, check out the <a class="bt3p" href="">Private Policy<a></p><br><br>
<button class="btt3">Get your score</button><br><br><br>
<p class="bt3p"><a href="">Private Policy</a> | <a href="">Legal Stuff</a></p>
<p class="bt3p">Powered by Google Lighthouse</p>
</div>
</div>
</body>
</html>