adonis-fullstack-app/resources/views/welcome.edge
Emirhan Engin edcd369037 Update welcome.edge (#27)
"css" method deprecated.
2018-06-09 08:14:53 +02:00

16 lines
339 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></div>
</section>
</body>
</html>