generated from shillerben/adonis-fullstack-app
Initial commit
This commit is contained in:
20
resources/views/welcome.edge
Normal file
20
resources/views/welcome.edge
Normal file
@@ -0,0 +1,20 @@
|
||||
<!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>
|
||||
<p>
|
||||
Don't know where to start? Read the <a href="https://adonisjs.com/docs">documentation</a>.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user