Files
ballast-mirror/docs/index.html
2018-08-17 20:01:43 +09:00

26 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ballast - Keep your audio balance from drifting!</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Free MacOS app that keeps your balance stable and center. Prevents audio balance from drifting left or right.">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="./main.css">
<link rel="shortcut icon" href="https://raw.githubusercontent.com/jamsinclair/ballast/master/ballast/Assets.xcassets/statusIcon.imageset/statusIcon-ballast%402x.png" type="image/png">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Ballast',
repo: 'https://github.com/jamsinclair/ballast',
coverpage: true,
themeColor: '#3A89C9'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>