adonis-fullstack-app/resources/views/welcome.edge
Jonathan 29d8045f57 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>
2018-12-27 08:47:12 +01:00

21 lines
471 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Hello Adonis</title>
{{ style('style') }}
</head>
<body>
<section>
<div class="logo"></div>
<div class="title"></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>