1 Star 0 Fork 0

ardupilot/UAVLogViewer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Willian Galvani 提交于 2023-11-01 23:00 +08:00 . Add analytics for plot.ardupilot.org
<!DOCTYPE html>
<html lang="en" style="height: 100%;">
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<meta charset="utf-8">
<meta name="description" content="online viewer for UAV log files">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UAV Log Viewer</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CVQXD7KT3F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CVQXD7KT3F');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YTKXG38B06"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YTKXG38B06');
</script>
<body style="background-color: black; height: 100%">
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ardupilot/UAVLogViewer.git
git@gitee.com:ardupilot/UAVLogViewer.git
ardupilot
UAVLogViewer
UAVLogViewer
master

搜索帮助