Created
April 11, 2016 06:41
-
-
Save snoblenet/23dd8aea10ee6a7e9d04685a7e22d9ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<link href="fonts.css" rel="stylesheet" type="text/css"/> | |
<link href="index.css" rel="stylesheet" type="text/css"/> | |
<title>Testivate Research Gigs</title> | |
<script></script> | |
</head> | |
<body> | |
<div id="container"> | |
<div id="row"> | |
<div id="sidebar"> | |
<div id="task"> | |
<h1>Question</h1> | |
<p>Visit the <a id="url">website for <span id="competitor"></span> (<span id="country"></span>)</a>.</p> | |
<p>Examine the <span id = "element"></span>.</p> | |
<p>Is the following true or false? | |
<p>“<span id="statement"></span>”</p> | |
<p><span id="instructions"></span></p> | |
<p> | |
<button type="button" id="false">False</button> | |
<button type="button" id="true">True</button> | |
<button type="button" id="skip">Skip</button> | |
</p> | |
</div> | |
<div id="admin"> | |
<h1>Admin</h1> | |
<p>Survey: <span id="survey">[<i>insert survey ID</i>]</span></p> | |
<p>Question: <span id="question">[<i>insert question ID</i>]</span></p> | |
<p>HTTP proxy: <span id="http">[<i>insert proxy</i>]</span></p> | |
<p>HTTS proxy: <span id="https">[<i>insert proxy</i>]</span></p> | |
<p><button type="button" id="suspend">Suspend</button> <button type="button" id="refresh">Refresh Proxy</button></p> | |
<p><button type="button" id="mode">Mode</button></p> | |
</div> | |
</div> | |
<div id="browser"> | |
<div id="wrapper"> | |
<webview src="data:text/plain,Hello, world!"></webview> | |
<!-- <webview src="https://www.example.com/"></webview> --> | |
</div> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment