adonis-fullstack-app/resources/views/welcome.edge
2017-08-20 22:39:25 +05:30

16 lines
337 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Hello Adonis</title>
{{ css('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>