Difference between revisions of "Team:SJTU-Software"
Ricky chen (Talk | contribs) (Blanked the page) |
Ricky chen (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <html class="no-js"> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <meta name="description" content=""> | ||
+ | <meta name="keywords" content=""> | ||
+ | <meta name="viewport" | ||
+ | content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | ||
+ | <title>Base Wiki</title> | ||
+ | |||
+ | <!-- Set render engine for 360 browser --> | ||
+ | <meta name="renderer" content="webkit"> | ||
+ | |||
+ | <!-- No Baidu Siteapp--> | ||
+ | <meta http-equiv="Cache-Control" content="no-siteapp"/> | ||
+ | |||
+ | <link rel="icon" type="image/png" href="assets/i/favicon.png"> | ||
+ | |||
+ | <!-- Add to homescreen for Chrome on Android --> | ||
+ | <meta name="mobile-web-app-capable" content="yes"> | ||
+ | <link rel="icon" sizes="192x192" href="assets/i/app-icon72x72@2x.png"> | ||
+ | |||
+ | <!-- Add to homescreen for Safari on iOS --> | ||
+ | <meta name="apple-mobile-web-app-capable" content="yes"> | ||
+ | <meta name="apple-mobile-web-app-status-bar-style" content="black"> | ||
+ | <meta name="apple-mobile-web-app-title" content="Amaze UI"/> | ||
+ | <link rel="apple-touch-icon-precomposed" href="assets/i/app-icon72x72@2x.png"> | ||
+ | |||
+ | <!-- Tile icon for Win8 (144x144 + tile color) --> | ||
+ | <meta name="msapplication-TileImage" content="assets/i/app-icon72x72@2x.png"> | ||
+ | <meta name="msapplication-TileColor" content="#0e90d2"> | ||
+ | |||
+ | <link rel="stylesheet" href="assets/css/amazeui.min.css"> | ||
+ | <link rel="stylesheet" href="assets/css/app.css"> | ||
+ | <link rel="stylesheet" href="loading.css"> | ||
+ | <link rel="stylesheet" href="wiki.css"> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class = "loading"> | ||
+ | <div class = "photoSec"> | ||
+ | <img src = "photo/wiki-loading.png" class = "pic"></img> | ||
+ | </div> | ||
+ | <div class="am-progress progressSec"> | ||
+ | <div class="am-progress-bar progressBar" style="width: 0%"></div> | ||
+ | </div> | ||
+ | <p class = "loadingText">Loading...</p> | ||
+ | </div> | ||
+ | |||
+ | <div class = "content"> | ||
+ | </div> | ||
+ | <!--[if (gte IE 9)|!(IE)]><!--> | ||
+ | <script src="assets/js/jquery.min.js"></script> | ||
+ | <script src="loading.js"></script> | ||
+ | <script src="wiki.js"></script> | ||
+ | <!--<![endif]--> | ||
+ | <!--[if lte IE 8 ]> | ||
+ | <script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script> | ||
+ | <script src="http://cdn.staticfile.org/modernizr/2.8.3/modernizr.js"></script> | ||
+ | <script src="assets/js/amazeui.ie8polyfill.min.js"></script> | ||
+ | <![endif]--> | ||
+ | <script src="assets/js/amazeui.min.js"></script> | ||
+ | </body> | ||
+ | </html> |
Revision as of 11:27, 12 September 2015
Loading...