weather works
This commit is contained in:
9
app/client/weather.html
Normal file
9
app/client/weather.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<template name="weather">
|
||||
|
||||
<div> </div>
|
||||
<div class="col-md-12">
|
||||
<div class="text-center">
|
||||
{{>simpleWeather}}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user