34 lines
835 B
HTML
Executable File
34 lines
835 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>QUISK Configuration Defaults: quisk_conf_defaults.py</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta name="description" content="The file that describes the default configuration for Quisk.">
|
|
<meta name="author" content="James C. Ahlstrom">
|
|
<meta name="keywords" content="quisk, sdr, software defined radio, ham radio">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style type="text/css">
|
|
* {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border: 0px;
|
|
}
|
|
iframe {
|
|
overflow: scroll;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
div.contents {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="contents">
|
|
<iframe src="quisk_conf_defaults.py"> </iframe>
|
|
</div>
|
|
</body>
|
|
</html>
|