2017-08-20 17:09:25 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>Hello Adonis</title>
|
2018-06-09 06:14:53 +00:00
|
|
|
{{ style('style') }}
|
2017-08-20 17:09:25 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<section>
|
|
|
|
<div class="logo"></div>
|
|
|
|
<div class="title"></div>
|
2018-12-27 07:47:12 +00:00
|
|
|
<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>
|
2017-08-20 17:09:25 +00:00
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|