element/examples/index.template.html

12 lines
239 B
HTML
Raw Normal View History

2016-07-27 14:15:02 +08:00
<!DOCTYPE html>
2016-07-27 17:05:28 +08:00
<html lang="en">
2016-07-27 14:15:02 +08:00
<head>
<meta charset="utf-8">
2016-08-23 16:57:58 +08:00
<link rel="stylesheet" href="//at.alicdn.com/t/font_1471936010_8874195.css">
2016-09-07 12:17:16 +08:00
<title>Element</title>
2016-07-27 14:15:02 +08:00
</head>
<body>
2016-07-27 17:05:28 +08:00
<div id="app"></div>
2016-07-27 14:15:02 +08:00
</body>
</html>