Start with basic authentication
This commit is contained in:
commit
5e8cda6fc0
6 changed files with 89 additions and 0 deletions
10
views/layout.erb
Normal file
10
views/layout.erb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
<%= yield %>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue