mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<title>Aaru Data Preservation Suite</title>
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
|
|
<meta name="description" content="Description">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||
|
|
<!-- Theme: Simple Dark -->
|
||
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css">
|
||
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<script>
|
||
|
|
window.$docsify = {
|
||
|
|
coverpage: true,
|
||
|
|
loadSidebar: true,
|
||
|
|
subMaxLevel: 2,
|
||
|
|
name: 'Aaru',
|
||
|
|
repo: '',
|
||
|
|
themeable: {
|
||
|
|
readyTransition : true, // default
|
||
|
|
responsiveTables: true // default
|
||
|
|
}
|
||
|
|
}
|
||
|
|
</script>
|
||
|
|
<!-- Docsify v4 -->
|
||
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
||
|
|
<!-- docsify-themeable (latest v0.x.x) -->
|
||
|
|
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|