Working on the generator for initial application layout that everything else will then build on top of.
@nolimits4web, I as just wondering what, in your opinion, you'd consider to be a base application?
I was thinking of going with this, any thoughts?
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>Framework7</title>
<link rel="stylesheet" href="../dist/css/framework7.min.css">
<link rel="stylesheet" href="css/kitchen-sink.css">
</head>
<body>
<div class="statusbar-overlay"></div>
<div class="panel-overlay"></div>
<div class="views">
</div>
<script type="text/javascript" src="../dist/js/framework7.min.js"></script>
<script type="text/javascript" src="js/kitchen-sink.js"></script>
</body>
</html>
Working on the generator for initial application layout that everything else will then build on top of.
@nolimits4web, I as just wondering what, in your opinion, you'd consider to be a base application?
I was thinking of going with this, any thoughts?