mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
74 lines
2.2 KiB
HTML
74 lines
2.2 KiB
HTML
<!doctype html>
|
|
<!--
|
|
|
|
Instructions:
|
|
|
|
- Save this file.
|
|
- Replace "ripple" with your GitHub ripplename.
|
|
- Replace "ripple-client" with your GitHub ripple-client name.
|
|
- Replace "Ripple Web Client" with Ripple Web Client name.
|
|
- Upload this file (or commit to GitHub Pages).
|
|
|
|
Customize as you see fit!
|
|
|
|
-->
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>Ripple Developer Portal</title>
|
|
|
|
<!-- Flatdoc -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
|
<script src='/vendor/flatdoc/v/0.8.0/legacy.js'></script>
|
|
<script src='/vendor/flatdoc/v/0.8.0/flatdoc.js'></script>
|
|
|
|
<!-- Flatdoc theme -->
|
|
<link href='/vendor/flatdoc/v/0.8.0/theme-white/style.css' rel='stylesheet'>
|
|
<script src='/vendor/flatdoc/v/0.8.0/theme-white/script.js'></script>
|
|
|
|
<!-- Meta -->
|
|
<meta content="Ripple Web Client" property="og:title">
|
|
<meta content="Ripple Web Client description goes here." name="description">
|
|
|
|
<!-- Custom Stylesheet -->
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,300' rel='stylesheet' type='text/css'>
|
|
<link href='css/main.css' rel='stylesheet'>
|
|
|
|
|
|
<!-- Initializer -->
|
|
<script>
|
|
Flatdoc.run({
|
|
fetcher: Flatdoc.github('n0rmz/ripple-dev-portal', 'API.md')
|
|
// fetcher: Flatdoc.file('API.md')
|
|
});
|
|
</script>
|
|
</head>
|
|
<body role='flatdoc'>
|
|
|
|
<div class='header'>
|
|
<div class='left'>
|
|
<h1>{<i class="icon-ripple-logo"></i>}</h1>
|
|
<ul>
|
|
<li class="active"><a href='#'>Documentation</a></li>
|
|
<li><a href='#'>Developer blog</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class='right'>
|
|
<!-- GitHub buttons: ghbtn.html -->
|
|
<iframe src="/vendor/ghbtn.html?user=ripple&repo=ripple-dev-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
|
|
</div>
|
|
</div>
|
|
|
|
<div class='content-root'>
|
|
<div class='menubar'>
|
|
<div class='menu section' role='flatdoc-menu'></div>
|
|
</div>
|
|
<div role='flatdoc-content' class='content'></div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|