gistfy
Version:
Code once, share everywhere
22 lines (19 loc) • 1.36 kB
HTML
{% extends "layout.html" %}
{% set title = "Gistfy - Usage" %}
{% set description = "Fully working samples in AngularJS, jQuery and HTML." %}
{% block content %}
<div class="tab-pane active" id="usage">
<h1>Usage</h1>
<p>Full working samples in <a href="https://angularjs.org/" target="_blank">AngularJS</a>, <a href="http://jquery.com/" target="_blank">jQuery</a> and <a href="http://www.w3schools.com/tags/tag_script.asp" target="_blank">HTML</a>.</p>
<h2 id="AngularJS">AngularJS 1.2</h2>
<script type="text/javascript" src="/github/alexandrevicenzi/gistfy/samples/angularjs/app.js?lang=JavaScript"></script>
<script type="text/javascript" src="/github/alexandrevicenzi/gistfy/samples/angularjs/index.html?lang=html"></script>
<h2 id="jQuery">jQuery</h2>
<script type="text/javascript" src="/github/alexandrevicenzi/gistfy/samples/jquery/app.js?lang=JavaScript"></script>
<script type="text/javascript" src="/github/alexandrevicenzi/gistfy/samples/jquery/index.html?lang=html"></script>
<h2 id="html">HTML Iframe Tag</h2>
<script type="text/javascript" src="/github/alexandrevicenzi/gistfy/samples/iframe/index.html?lang=html"></script>
<h2 id="html">HTML Script Tag</h2>
<script type="text/javascript" src="/github/alexandrevicenzi/gistfy/samples/html/index.html?lang=html"></script>
</div>
{% endblock %}