mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
[FIX] add integration files
This commit is contained in:
BIN
assets/img/ripple_logo_large.png
Normal file
BIN
assets/img/ripple_logo_large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
assets/img/ripple_logo_small.png
Normal file
BIN
assets/img/ripple_logo_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
5
css/bootstrap.min.css
vendored
Normal file
5
css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
js/bootstrap.min.js
vendored
Normal file
6
js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -5,11 +5,16 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
|
||||||
<title>Ripple Developer Portal: Introduction</title>
|
<title>Ripple Developer Portal Ripple REST API's <title>
|
||||||
|
|
||||||
<!-- favicon -->
|
<!-- favicon -->
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
|
||||||
|
<!-- Bootstrap -->
|
||||||
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||||
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
<!-- Flatdoc -->
|
<!-- Flatdoc -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||||
@@ -21,7 +26,6 @@
|
|||||||
<script src='https://dev.ripple.com/vendor/flatdoc/v/0.8.0/theme-white/script.js'></script>
|
<script src='https://dev.ripple.com/vendor/flatdoc/v/0.8.0/theme-white/script.js'></script>
|
||||||
|
|
||||||
<!-- Custom Stylesheet -->
|
<!-- Custom Stylesheet -->
|
||||||
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
|
|
||||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,300' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:600italic,400,700,300' rel='stylesheet' type='text/css'>
|
||||||
<link href='https://dev.ripple.com/css/main.css' rel='stylesheet'>
|
<link href='https://dev.ripple.com/css/main.css' rel='stylesheet'>
|
||||||
<link href='css/custom.css' rel='stylesheet'>
|
<link href='css/custom.css' rel='stylesheet'>
|
||||||
|
|||||||
Reference in New Issue
Block a user