mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-24 17:43:48 +01:00
You app here page
This commit is contained in:
parent
612c0b8720
commit
d2ba115f63
@ -50,6 +50,7 @@
|
||||
<p class="intro"></p>
|
||||
<ul data-role="listview">
|
||||
<li id="drawItem"><a href="#draw">Draw</a></li>
|
||||
<li><a href="#yourapp">Your app here?</a></li>
|
||||
<li id="updateItem"><a href="#update">Update</a></li>
|
||||
<li id="joinNetworkItem"><a href="#join_network">Join network</a></li>
|
||||
</ul>
|
||||
@ -187,6 +188,18 @@
|
||||
</div><!-- /page -->
|
||||
|
||||
|
||||
<div data-role="page" id="yourapp">
|
||||
<a href="#boxes" id="logo"><img src="img/logo_full.png"></a>
|
||||
<div data-role="header">
|
||||
<a href="../toolbar/" data-rel="back" class="ui-btn ui-btn-left ui-alt-icon ui-nodisc-icon ui-corner-all ui-btn-icon-notext ui-icon-carat-l">Back</a>
|
||||
<h1>Your app here?</h1>
|
||||
</div><!-- /header -->
|
||||
<div role="main" class="ui-content">
|
||||
<p>Did you create a (Web) App that uses the <a href="http://www.doodle3d.com/api" target="_blank">Doodle3D API</a>? Let us know and we'll add it to the box page.
|
||||
</div><!-- /content -->
|
||||
</div><!-- /page -->
|
||||
|
||||
|
||||
<script>
|
||||
$(function(){
|
||||
$( "[data-role='header'], [data-role='footer']" ).toolbar();
|
||||
|
Loading…
Reference in New Issue
Block a user