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.

46 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<script src="jquery-3.2.0.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Drone</title>
</head>
<body>
<header>
<div class="title">Drone Oddity <br>#1</div>
<p class="instructions">Please remove your shoes, put your head back and enjoy the sound of&nbsp;drones!</p>
</header>
<div class="transcript" id="transcroll">
<embed id="watchlist" scrolling="yes" src="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=""> -->
<footer>
<div class="subtitle">
<a href="https://theintercept.com/document/2014/07/23/march-2013-watchlisting-guidance/" target="_blank">'Watchlisting Guidance'</a> by the National Counterterrorism Center (NCC)
</div>
<p>
This score was composed from the structure of the 'Watchlisting Guidance' document using Pure Data.
</p>
</footer>
<script type="text/javascript">
$('#transcroll,body,html').animate({ scrollTop: $('body').height() }, 300000);
</script>
</body>
</html>