mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
63 lines
1.8 KiB
HTML
63 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>{{ currentpage.name }} - Ripple Developer Portal</title>
|
|
|
|
<!-- favicon -->
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
|
|
<!-- jQuery -->
|
|
<script src="vendor/jquery-1.11.1.min.js"></script>
|
|
|
|
<!-- Bootstrap -->
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
<script src="js/bootstrap.min.js"></script>
|
|
|
|
<!-- Flatdoc theme -->
|
|
<link href='vendor/flatdoc/v/0.8.0/theme-white/style.css' rel='stylesheet'>
|
|
|
|
<!-- syntax highlighting -->
|
|
<link rel="stylesheet" href="vendor/docco.min.css">
|
|
<script src="vendor/highlight.min.js"></script>
|
|
|
|
<!-- syntax selection js -->
|
|
<script src="js/multicodetab.js"></script>
|
|
{% if precompiled %}
|
|
<!-- skip all the fancy javascript -->
|
|
|
|
{% else %}
|
|
<!-- pdfs should use precompiled only! -->
|
|
ERROR: PDF should use precompiled only
|
|
{% endif %}
|
|
|
|
<!-- Custom Stylesheets -->
|
|
<link href="font/fonts.css" rel="stylesheet" type="text/css" />
|
|
<link href="css/main.css" rel="stylesheet" />
|
|
<link href="css/custom.css" rel="stylesheet" />
|
|
|
|
<link href="css/pdf.css" rel="stylesheet" type="text/css" />
|
|
|
|
<link rel="shortcut icon" href="favicon.ico?v=2" type="image/x-icon" />
|
|
<link rel="icon" href="favicon.ico?v=2" type="image/x-icon" />
|
|
|
|
|
|
</head>
|
|
<body class='no-literate'>
|
|
|
|
<div class='wrapper'>
|
|
<div class='content-root'>
|
|
<div role='flatdoc-content' class='content'>
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|