Add metadata to the mobile full-screen example
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
template: "example-verbatim.html"
|
template: example-verbatim.html
|
||||||
|
title: Full-Screen Mobile
|
||||||
|
shortdesc: Example of a full screen map.
|
||||||
|
tags: "fullscreen, geolocation, mobile"
|
||||||
---
|
---
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
@@ -23,11 +26,5 @@ template: "example-verbatim.html"
|
|||||||
<script src="./resources/common.js" type="text/javascript"></script>
|
<script src="./resources/common.js" type="text/javascript"></script>
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js" type="text/javascript"></script>
|
<script src="http://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js" type="text/javascript"></script>
|
||||||
<script src="loader.js?id=mobile-full-screen" type="text/javascript"></script>
|
<script src="loader.js?id=mobile-full-screen" type="text/javascript"></script>
|
||||||
|
|
||||||
<div style="display: none;">
|
|
||||||
<div id="title">Mobile full screen example</div>
|
|
||||||
<div id="shortdesc">Example of a full screen map.</div>
|
|
||||||
<div id="tags">fullscreen, bing, geolocation, mobile</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user