You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
1.2 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<title>Frequency Downconverter</title>
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css">
<script type="text/javascript">block_aplayer = true;</script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-head.min.js"></script>
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/docute@3/dist/docute.js"></script>
<script src="https://cdn.yimian.xyz/ushio-js/ushio-footer.min.js"></script>
<script>
docute.init({
nav: [
{
title: 'Home',
link: '/'
},
{
title: 'GitHub',
link: 'https://github.com/iotcat/fdc'
},
// A dropdown menu
{
title: 'LogBook',
children: [
{
title: 'Overview',
link: '/log/logbook'
},
{
title: 'AA Meeting',
link: '/log/aameeting'
}
]
}
]
})
</script>
</body>
</html>