mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-14 12:06:42 +08:00
added meta data and structure to the index
This commit is contained in:
@@ -1 +1,160 @@
|
||||
test
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Blockstack Search</title>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="google-site-verification" content="hGCVz92Eoafjc_ivauZXIZLxvEOrKjwTBEMW_O5IRH0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
|
||||
<meta name="apple-mobile-web-app-title" content="Blockstack" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
|
||||
<!-- Twitter Card data -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@blockstackorg" />
|
||||
<meta name="twitter:title" content="Blockstack" />
|
||||
<meta name="twitter:description" content="{description}" />
|
||||
<meta name="twitter:image" content="{image}" />
|
||||
|
||||
<!-- Open Graph data -->
|
||||
<meta property="og:title" content="Blockstack" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://search.blockstack.org/" />
|
||||
<meta property="og:image" content="{image}" />
|
||||
<meta property="og:site_name" content='{{ site_name }}'/>
|
||||
<meta property="og:description" content="{description}" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
|
||||
<link rel="shortcut icon" href="/favicon.ico?v=2">
|
||||
<link rel="apple-touch-icon" sizes="29x29" href="/images/apple-touch-icons/29.png" />
|
||||
<link rel="apple-touch-icon" sizes="40x40" href="/images/apple-touch-icons/40.png" />
|
||||
<link rel="apple-touch-icon" sizes="58x58" href="/images/apple-touch-icons/58.png" />
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/images/apple-touch-icons/60.png" />
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/images/apple-touch-icons/76.png" />
|
||||
<link rel="apple-touch-icon" sizes="80x80" href="/images/apple-touch-icons/80.png" />
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/images/apple-touch-icons/120.png" />
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/images/apple-touch-icons/152.png" />
|
||||
<link rel="apple-touch-icon" sizes="167x167" href="/images/apple-touch-icons/167.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icons/180.png" />
|
||||
<link rel="apple-touch-icon" href="/images/apple-touch-icons/touch-icon-iphone.png" />
|
||||
|
||||
<link href='https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200italic,200,300,300italic,400italic,800italic,800,700italic,700,600,600italic,500italic,500' rel='stylesheet' type='text/css'>
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,500,600,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/css/font-awesome.min.css" />
|
||||
<link rel="stylesheet" href="/css/sunburst.css" />
|
||||
<link rel="stylesheet" href="/css/main.css" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="{{ url_for('static', filename='css/bootstrap/bootstrap.min.css') }}" rel="stylesheet">
|
||||
<link href="{{ url_for('static', filename='css/styles.css') }}" rel="stylesheet">
|
||||
|
||||
<link rel="icon" href="{{ url_for('static', filename='favicon.ico') }}" type="image/x-icon" />
|
||||
|
||||
<!-- SUPPORT FOR IE6-8 OF HTML5 ELEMENTS -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
{% block scripts %}
|
||||
<script src="{{ url_for('static', filename='js/bootstrap/bootstrap.min.js') }}"></script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="pull-left navbar-default navbar-subtle hidden-xs hidden-sm">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="/">
|
||||
{{ logo() }}
|
||||
</a>
|
||||
<a class="tagline" href="/">api</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
<div class="navbar navbar-fixed-top navbar-default navbar-subtle visible-xs visible-sm">
|
||||
{% block mobile_navbar %}
|
||||
<div class="container-fluid">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/docs">
|
||||
{{ logo() }}
|
||||
</a>
|
||||
<a class="tagline" href="/#getstarted">api</a>
|
||||
</div>
|
||||
<!-- mobile .navbar-collapse - changes here need to reflect on sidebar nav -->
|
||||
<div class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav navbar-right visible-xs visible-sm">
|
||||
<li>
|
||||
<a href="/#get-started">Getting Started</a>
|
||||
</li>
|
||||
<li>
|
||||
<h5 class="navheader">Users</h5>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/#lookup_users">Lookup users</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/#register_user">Register a user</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/#search_users">Search for a user</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/#userbase_stats">Get userbase stats</a>
|
||||
</li>
|
||||
<li>
|
||||
<h5 class="navheader">Transactions</h5>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/#broadcast_transaction">Broadcast a transaction</a>
|
||||
</li>
|
||||
<li>
|
||||
<h5 class="navheader">Addresses</h5>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/#lookup_address">Lookup an address</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/signup">Sign up</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div><!--/.navbar-collapse -->
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user