You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Source+Code+Proo|Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" type="text/javascript"></script>
<script src="autoscroll.js" type="text/javascript"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Drone</title>
</head>
<body>
<header>
<div class="title"><span>Table of contents from the <br>National Couterterrorism Center's (NCC) <br> <a href="https://theintercept.com/document/2014/07/23/march-2013-watchlisting-guidance/" target="_blank">'Watchlisting Guidance'</a></span>
</div>
<p class="instructions">
<span class="shoes">Please remove your shoes, put your head back and enjoy the sound of drones!</span>
</p>
</header>
<div class="transcript" id="transcroll">
<embed id="watchlist" scrolling="yes" src="txt/watchlist.txt" height="500px"></embed>
</div><!-- /end transcript -->
<div><a href="http://www.warrug.com"></a>Buy war rugs here...</div>
<img src="img/drone1.svg" alt="">
<img src="img/drone2.svg" alt="">
<img src="img/drone3.svg" alt="">
<script type="text/javascript">
$('#transcroll,body,html').animate({ scrollTop: $('body').height() }, 100000);
</script>
</body>
</html>