16 lines
337 B
Plaintext
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>
|