mufa
Version:
Event driven programming . Useful to separate layers (View, logic,...etc)
19 lines (14 loc) • 435 B
HTML
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>mufa</title>
<meta charset="UTF-8">
<meta name="description" content="Still under development. It is not yet mature. Thank you for your understanding!">
<meta name="keywords" content="es7,mufa">
</head>
<body>
<div id="app"></div>
<!-- vendors -->
<script src="bundle.js" type="text/javascript"></script>
</body>
</html>