pokedex/www/test.html
2016-09-08 09:19:22 +02:00

67 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<!--head section This is a place of all reference of css and javascript lib-->
<head>
<!-- Meta section -->
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<meta name="format-detection" content="telephone=no"> <!-- To disable phone number typing.-->
<!-- end Meta section -->
<title></title>
<!-- Font reference section -->
<link href="lib/robotodraft/robotodraft.css">
<!-- end Font reference section -->
<!-- CSS reference section -->
<link rel="stylesheet" href="css/ionic.app.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/custom_style.css">
<link rel="stylesheet prefetch" href="lib/angular-material/angular-material.css">
<link rel="stylesheet" href="lib/font-awesome-4.4.0/css/font-awesome.css">
<!-- end CSS reference section -->
<!-- Ionic javascript lib -->
<script src="lib/ionic/js/ionic.bundle.js"></script>
<!-- end Ionic javascript lib -->
<!-- Angular javascript lib -->
<script src="lib/angular-messages/angular-messages.js"></script>
<script src="lib/angular-aria/angular-aria.js"></script>
<script src="lib/angular-material/angular-material.js"></script>
<!-- end Angular javascript lib -->
<!-- Cordova script (this will be a 404 during development) -->
<script src="lib/ngCordova/dist/ng-cordova.js"></script>
<script src="cordova.js"></script>
<!-- end Cordova script -->
<!--ionic framework ngIOS9UIWebViewPatch-->
<!--Learn more about ngIOS9UIWebViewPatch at : http://blog.ionic.io/ios-9-potential-breaking-change/-->
<script src="lib/ngIOS9UIWebViewPatch/angular-ios9-uiwebview.patch.js"></script>
<!--end ionic framework ngIOS9UIWebViewPatch-->
<!-- end CSS reference section -->
<!-- end jQuery section-->
</head><!-- end head section-->
<!--body section-->
<body>
<div class="pokemontypnor pokemontyp18">
<img src="img/typbilder/1.png" alt="PokemonTyp" width="32" height="32">
Unlicht
</div>
<div class="pokemontypsm pokemontyp1">
<img src="img/typbilder/1.png" alt="PokemonTyp" width="32" height="32">
Unlicht
</div>
<div class="pokemontypsx pokemontyp18">
<img src="img/typbilder/1.png" alt="PokemonTyp" width="32" height="32">
Unlicht
</div>
</body><!-- end body section-->
</html>