Getting started:
Related tutorials:
| <script> | |
| var __fyrProjectSlug = 'side-piece-pizza'; | |
| </script> | |
| <ion-app></ion-app> | |
| <script src="https://tour.360fyr.com/fyrembed.js"></script> |
Getting started:
Related tutorials:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0"> | |
| <link rel="stylesheet" href="css/style.css" /> | |
| <script src="js/jquery.v1.10.2.min.js"></script> | |
| <script src="js/main.js"></script> | |
| </head> | |
| <body> |
| /* | |
| * Purl (A JavaScript URL parser) v2.3.1 | |
| * Developed and maintanined by Mark Perkins, [email protected] | |
| * Source repository: https://github.com/allmarkedup/jQuery-URL-Parser | |
| * Licensed under an MIT-style license. See https://github.com/allmarkedup/jQuery-URL-Parser/blob/master/LICENSE for details. | |
| */ | |
| ;(function(factory) { | |
| if (typeof define === 'function' && define.amd) { | |
| define(factory); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta charset="UTF-8"> | |
| <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" /> | |
| <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> | |
| <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script> |
| @charset "utf-8"; | |
| /* CSS Document */ | |
| @media screen { | |
| * { margin: 0; padding: 0; } | |
| html, body, div, span, applet, object, iframe, | |
| h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
| a, abbr, acronym, address, big, cite, code, | |
| del, dfn, em, font, img, ins, kbd, q, s, samp, | |
| small, strike, strong, sub, sup, tt, var, | |
| dl, dt, dd, ol, ul, li, |