Blame view
client/templates/authenticated/index.html
362 Bytes
7439c59f5
|
1 |
<template name="index"> |
334a76815
|
2 3 4 5 |
<div class="jumbotron text-center" style="padding: 20px;"> <h2>Base</h2> <p>A starting point for Meteor applications.</p> <p><a class="btn btn-success" href="http://themeteorchef.com/base" role="button">Read the Documentation</a></p> |
8c874c4ac
|
6 |
<p style="font-size: 16px; color: #aaa;">Currently at v3.1.0</p> |
334a76815
|
7 |
</div> |
7439c59f5
|
8 |
</template> |