mirror of
https://github.com/zhigang1992/m.combee.co.git
synced 2026-01-12 16:32:50 +08:00
25 lines
748 B
HTML
25 lines
748 B
HTML
<!doctype html>
|
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
|
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Combee</title>
|
|
<link rel="stylesheet" href="styles/main.css">
|
|
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
</div>
|
|
<div id="content">
|
|
</div>
|
|
<div id="footer">
|
|
<div class="copyright">
|
|
@2013 Combee
|
|
</div>
|
|
</div>
|
|
<script src="bower_components/requirejs/require.js" data-main="scripts/main"></script>
|
|
</body>
|
|
</html>
|