13 lines
495 B
HTML
13 lines
495 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Flight Paths</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||
|
<link rel="shortcut icon" type="image/png" href="../../source/Ox.UI/png/icon16.png"/>
|
||
|
<link rel="stylesheet" type="text/css" href="css/example.css"/>
|
||
|
<script type="text/javascript" src="../../dev/Ox.js"></script>
|
||
|
<script type="text/javascript" src="js/example.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|