element/examples/index.template.html

12 lines
239 B
HTML
Raw Normal View History

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