Skip to content

Instantly share code, notes, and snippets.

@davbo
Last active October 13, 2018 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davbo/da5afbafdbf2db3c507913f91e552764 to your computer and use it in GitHub Desktop.
Save davbo/da5afbafdbf2db3c507913f91e552764 to your computer and use it in GitHub Desktop.
access my data 4k extension
body {
margin: 5px 10px 10px;
width: 520px;
font: 17px/1.2 Helvetica, sans-serif;
}
h1 {
color: #53637D;
font: 26px/1.2 Helvetica, sans-serif;
font-size: 200%;
margin: 0;
padding-bottom: 4px;
text-shadow: white 0 1px 2px;
}
<!DOCTYPE html>
<html>
<head>
<title>Access My Data 4000</title>
<link href="popup.css" rel="stylesheet">
<script src="popup.js"></script>
</head>
<body>
<h1>Access My Data</h1>
<div role="main">
<p>This organisation holds data about the following:</p>
<ul id="category-list">
</ul>
<p>To make a formal request to <span id="org-name"></span> for a copy of your personal information:</p>
<ul>
<li>Send an email to: <span id="org-email"></span></li>
</ul>
<p><a id="privacy-notice-url">Read the privacy notice</a></p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment