test update
This commit is contained in:
20
index.html
20
index.html
@@ -13,8 +13,12 @@
|
||||
<script src='/flatdoc/flatdoc.js'></script>
|
||||
|
||||
<!-- Flatdoc theme -->
|
||||
<link href='/flatdoc/theme-white/style.css' rel='stylesheet'>
|
||||
<script src='/flatdoc/theme-white/script.js'></script>
|
||||
<link href='/flatdoc/theme-dark/style.css' rel='stylesheet'>
|
||||
<script src='/flatdoc/theme-dark/script.js'></script>
|
||||
|
||||
<!-- Highlight.js -->
|
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/monokai-sublime.min.css">
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js"></script>
|
||||
|
||||
<!-- Meta -->
|
||||
<meta content="Dark Water" property="og:title">
|
||||
@@ -27,7 +31,17 @@
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body role='flatdoc'>
|
||||
<body role='flatdoc' class='large-brief'>
|
||||
|
||||
<div class='title-area title-card' style='background-image: url(https://unsplash.it/1920/1080/?image=403)'>
|
||||
<div class='in'>
|
||||
<div class='headline'>
|
||||
<h1>Documentation is easy.</h1>
|
||||
<p>Flatdoc is the fastest way to create a site for your open source project.</p>
|
||||
<h5><span>Flatdoc - Dark Theme</span></h5>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='header'>
|
||||
<div class='left'>
|
||||
|
||||
Reference in New Issue
Block a user