-
Notifications
You must be signed in to change notification settings - Fork 1
/
Accesibility.html
23 lines (23 loc) · 1.23 KB
/
Accesibility.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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>
<style>
div{
margin: auto;
margin-top: 20px;
width: 80%;
}
</style>
</head>
<body>
<div>
<h1>Overstock Accessibility Policy</h1>
<p>At Overstock, we are committed to making the online shopping experience available to all our customers, including those with disabilities. We have worked<br>hard to design our website to be accessible.</p>
<p>If you have any issues or notice any content, feature or functionality that you believe is not fully accessible to people with disabilities, please email us at<br>accessibility@overstock.com with the word "Accessibility" in the subject line. Provide a description of the specific feature you feel is not fully accessible or a<br>suggestion for improvement.</p>
<p>We will work to assist you with any issues interfering with the ability to use the website. We will consider any input as we evaluate ways to accommodate<br>all of our customers and our overall accessibility policies.</p>
</div>
</body>
</html>