87 lines
3.2 KiB
HTML
87 lines
3.2 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
|
||
|
|
<title>Home - Sfizz</title>
|
||
|
|
|
||
|
|
<meta name="author" content="Paul Ferrand">
|
||
|
|
<meta name="web-author" content="RedTide">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
|
||
|
|
<!-- Atom Feeds -->
|
||
|
|
<link href="./../atom.xml" rel="alternate" title="News"
|
||
|
|
type="application/atom+xml" />
|
||
|
|
|
||
|
|
<!-- Favicon Generator Icons -->
|
||
|
|
<link rel="apple-touch-icon" sizes="180x180"
|
||
|
|
href="./../assets/ico/apple-touch-icon.png">
|
||
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./../assets/ico/favicon-32x32.png">
|
||
|
|
<link rel="icon" type="image/png" sizes="16x16" href="./../assets/ico/favicon-16x16.png">
|
||
|
|
<link rel="manifest" href="./../assets/ico/site.webmanifest">
|
||
|
|
<link rel="mask-icon" href="./../assets/ico/safari-pinned-tab.svg"
|
||
|
|
color="#5bbad5">
|
||
|
|
<link rel="shortcut icon" href="./../assets/ico/favicon.ico">
|
||
|
|
<meta name="msapplication-TileColor"
|
||
|
|
content="#da532c">
|
||
|
|
<meta name="msapplication-config" content="./../assets/ico/browserconfig.xml">
|
||
|
|
<meta name="theme-color" content="#ffffff">
|
||
|
|
|
||
|
|
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
|
||
|
|
<script type="text/javascript" src="$relpath$jquery.js"></script>
|
||
|
|
<script type="text/javascript" src="$relpath$dynsections.js"></script>
|
||
|
|
$treeview
|
||
|
|
$search
|
||
|
|
$mathjax
|
||
|
|
<link href="$relpath$$stylesheet" rel="stylesheet" type="text/css" />
|
||
|
|
$extrastylesheet
|
||
|
|
|
||
|
|
<!-- Stylesheets -->
|
||
|
|
<link href="./../assets/css/style.min.css"
|
||
|
|
rel="stylesheet" media="screen">
|
||
|
|
|
||
|
|
<!-- Font Awesome Icons -->
|
||
|
|
<script src="https://kit.fontawesome.com/8d25d19870.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="container">
|
||
|
|
<button onclick="topFunction()" id="scrollButton" title="Go to top">Top</button>
|
||
|
|
<a href="#content" class="sr-only">Skip to content</a>
|
||
|
|
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color:#222">
|
||
|
|
<a class="navbar-brand" href="./../"><img src="./../assets/img/logo.png"
|
||
|
|
width="30" height="30" class="d-inline-block">Sfizz</a>
|
||
|
|
|
||
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse"
|
||
|
|
data-target="#navbarContent" aria-controls="navbarContent"
|
||
|
|
aria-expanded="false" aria-label="Toggle navigation">
|
||
|
|
<span class="navbar-toggler-icon"></span>
|
||
|
|
</button>
|
||
|
|
|
||
|
|
<div class="collapse navbar-collapse" id="navbarContent">
|
||
|
|
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link" href="./../status"><i class="fas fa-tasks fa-fw"
|
||
|
|
aria-hidden="true"></i> Status</a>
|
||
|
|
</li>
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link" href="./../downloads"><i class="fas fa-download fa-fw"
|
||
|
|
aria-hidden="true"></i> Downloads</a>
|
||
|
|
</li>
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link" href="./../contacts"><i class="fas fa-at fa-fw"
|
||
|
|
aria-hidden="true"></i> Contacts</a>
|
||
|
|
</li>
|
||
|
|
<li class="nav-item">
|
||
|
|
<a class="nav-link" href="https://sfztools.github.io/"><i class="fas fa-home fa-fw"
|
||
|
|
aria-hidden="true"></i> Home</a>
|
||
|
|
</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
<!--BEGIN DISABLE_INDEX-->
|
||
|
|
<!--BEGIN SEARCHENGINE-->
|
||
|
|
$searchbox
|
||
|
|
<!--END SEARCHENGINE-->
|
||
|
|
<!--END DISABLE_INDEX-->
|
||
|
|
</nav>
|
||
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|