element/examples/index.template.html

11 lines
158 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-07-29 09:46: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>