Skip to content

Commit

Permalink
Create accessibility-demo
Browse files Browse the repository at this point in the history
New page for the Demo
  • Loading branch information
tomkle authored Aug 19, 2024
1 parent 7294482 commit 4fea6bb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions accessibility-demo
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Accessibility demo(s)</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<h1>Accessibility</h1>
<button onclick="resize(1200)" id="buttonWidth" title="Desktop">Desktop</button>
<button onclick="resize(768)" id="buttonWidth" title="Tablet">Tablet</button>
<button onclick="resize(400)" id="buttonWidth" title="Mobile">Mobile</button>


<h2>Blue Billywig Demo</h2>
<script type="text/javascript" src="https://testsuite.acc.bbvms.com/p/accessibility/c/9276.js" async="true"></script>

<button onclick="topFunction()" id="myBtn" title="Go to top">Back to top</button>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 4fea6bb

Please sign in to comment.