-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (45 loc) · 2.24 KB
/
Copy pathindex.html
File metadata and controls
57 lines (45 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ROSflight</title>
<meta name="description" content="Autopilot designed from the ground up for integration with ROS">
<meta name="keywords" content="autopilot, ROS, naze, naze32, firmware">
<meta name="author" content="Daniel Koch, James Jackson">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,600' rel='stylesheet' type='text/css'>
<link href="/main.css" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#6e232b">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#6e232b">
<meta property="og:title" content="ROSflight">
<meta property="og:type" content="website">
<meta property="og:url" content="http://rosflight.org/">
<meta property="og:image" content="http://rosflight.org/og_image.png">
<meta property="og:description" content="A lean, open-source autopilot system built by researchers, for researchers">
</head>
<body>
<!-- Google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96018590-1', 'auto');
ga('send', 'pageview');
</script>
<header>
<h1><img src="logo.svg" alt="ROSflight"></h1>
<p>A lean, open-source autopilot system built by researchers, for researchers</p>
</header>
<ul class="main-links">
<li><a href="https://docs.rosflight.org/">Read the docs</a></li>
<li><a href="https://github.com/orgs/rosflight/discussions/">Ask a question</a></li>
<li><a href="https://github.com/rosflight">Visit on GitHub</a></li>
</ul>
</body>
</html>