File size: 1,237 Bytes
d3feb7c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
<head data-webtasks-id="2d1674ab-8380-4d1b">
<title data-webtasks-id="f8ca0f30-52e3-44df">Action Capture</title>
<meta charset="utf-8" data-webtasks-id="55839a3f-db2d-499d">
<style data-webtasks-id="786e4ff8-2543-47e7">
body {
background-color: #F9F9F9;
color: #333;
font-size: 1.2em;
margin: 0;
padding: 0;
text-align: center;
}
.container {
margin-top: 5%;
margin-bottom: 5%;
}
h1 {
font-size: 2.5em;
margin-bottom: 1em;
}
p {
margin-bottom: 1em;
}
</style>
</head>
<body data-webtasks-id="c4cc0caa-e7f7-4772">
<div class="container" data-webtasks-id="2fe8a26f-332f-4c80">
<h1 data-webtasks-id="3ee9aaf5-ffd1-4986">Action Capture</h1>
<p data-webtasks-id="e7c9649f-268e-47b7">Wait for user instructions, then begin by typing a URL into a search bar.</p>
<p data-webtasks-id="e6024e8e-abb9-48fd">Remember to perform all the actions in the currently active tab.</p>
</div>
<script src="/js/content.js" data-webtasks-id="3a067b48-4f85-47b0"></script>
</body><!-- include content.js --> |