soulmate
Version:
The most fast and stable javacript web framework.
60 lines (17 loc) • 796 B
HTML
<!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9" lang="en"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta content="ie=edge" http-equiv="x-ua-compatible">
<title></title>
<link href="/css/main.css" rel="stylesheet">
</head>
<body>
<div id="root-container"></div>
<script src="/js/main.js" type="text/javascript"></script>
</body>
</html>