feat(*) initial commit
This commit is contained in:
15
resources/views/welcome.edge
Normal file
15
resources/views/welcome.edge
Normal file
@@ -0,0 +1,15 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user