2017-01-24 09:57:25 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2017-01-26 07:44:58 +03:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Feather</title>
|
2017-01-26 10:21:52 +03:00
|
|
|
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
2017-01-24 09:57:25 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-01-26 07:44:58 +03:00
|
|
|
|
2017-01-26 10:21:52 +03:00
|
|
|
<div id="app">
|
2017-01-29 02:03:26 +03:00
|
|
|
<!-- <icon-container v-for="icon in icons" :name="icon"></icon-container> -->
|
2017-01-26 10:21:52 +03:00
|
|
|
</div>
|
|
|
|
|
2017-01-29 02:03:26 +03:00
|
|
|
<!-- <script type="text/x-template" id="icon-template">
|
2017-01-26 10:21:52 +03:00
|
|
|
<div class="icon"></div>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<script type="text/x-template" id="icon-container-template">
|
|
|
|
<div class="icon-container">
|
2017-01-29 02:03:26 +03:00
|
|
|
<a :href="`icons/${name}.svg`" download>
|
2017-01-26 10:21:52 +03:00
|
|
|
<icon :name="name" size="48"></icon>
|
|
|
|
</a>
|
|
|
|
</div>
|
2017-01-29 02:03:26 +03:00
|
|
|
</script> -->
|
2017-01-26 07:44:58 +03:00
|
|
|
|
2017-01-29 00:55:50 +03:00
|
|
|
<script src="bundle.js"></script>
|
2017-01-24 09:57:25 +03:00
|
|
|
</body>
|
|
|
|
</html>
|