mo-framework
Version:
Hybrid mobile app framework with generators
16 lines (15 loc) • 368 B
HTML
<html>
<head>
<meta charset="utf-8"/>
<title>mo 🐍 framework</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="viewport" id="ipad">
<script type="text/javascript">
document.write('<iframe src="src/index.html' + location.search + '" frameborder="0"></iframe>');
</script>
</div>
</body>
</html>