Skip to content

Instantly share code, notes, and snippets.

@sarkistlt
Created April 1, 2016 20:57
Show Gist options
  • Save sarkistlt/1db8efb161c87e14d6846f101afff66d to your computer and use it in GitHub Desktop.
Save sarkistlt/1db8efb161c87e14d6846f101afff66d to your computer and use it in GitHub Desktop.
DIRECTV_test-task
<!doctype html>
<html>
<head>
<script src="sample.js"></script>
<link rel="stylesheet" href="sample.css">
</head>
<body>
<div id="mainDiv">
<div id="innerDiv" style="padding: 10px">
<div class="leftDiv">
<span><img src="link on img"></span>
</div>
<div class="rightDiv">
<div></div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment