Commit
This commit is contained in:
commit
3ccef121b8
7 changed files with 50 additions and 0 deletions
9
views/index.erb
Normal file
9
views/index.erb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<img src="/images/<%= corgi %>" width="320" />
|
||||
</body>
|
||||
</html>
|
||||
Reference in a new issue