feat(views): link to the doc (#34)
* feat(views): link to the doc * typo(views): removed extra space Co-Authored-By: Grafikart <Grafikart@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,12 @@
|
||||
<section>
|
||||
<div class="logo"></div>
|
||||
<div class="title"></div>
|
||||
<div class="subtitle"><p>AdonisJs simplicity will make you feel confident about your code</p></div>
|
||||
<div class="subtitle">
|
||||
<p>AdonisJs simplicity will make you feel confident about your code</p>
|
||||
<p>
|
||||
Don't know where to start? Read the <a href="https://adonisjs.com/docs">documentation</a>.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user