Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkle authored Aug 13, 2024
1 parent 8c840b5 commit 85d66fd
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions accessibility.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!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>Play button styles</title>
<link rel="stylesheet" href="style.css">
</head>
<body>

<h1>Accessibility</h1>
<button onclick="history.back()" id="buttonWidth" title="Back to overview">Back to overview</button>
<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>Politie</h2>
<script type="text/javascript" src="https://bb.dev.bbvms.com/p/accessibility_testing/c/1099136.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 85d66fd

Please sign in to comment.