Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Sample Glider Flight</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- not final syntax. using for pseudo-code and frankenstein purposes only -->
<FlightPlan>
<phase>
<display part="1" place="3"></display>
<display part="2" place="4"></display>
<display part="3" place="2"></display>
</phase>
<phase>
<display part="8" place="1"></display>
</phase>
<phase>
<display part="4" place="3"></display>
<display part="5" place="2"></display>
</phase>
<phase>
<display part="4" place="3"></display>
</phase>
</FlightPlan>
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/FlightPlan.js"></script>
<script src="js/main.js"></script>
</body>
</html>