codespaces-rails/app/views/hello/index.html.erb
Josh Abernathy 0ca346447a
Formatting
2022-11-03 15:45:20 +00:00

11 lines
314 B
Text

<div class="App">
<header class="App-header">
<img src="Octocat.png" class="App-logo" alt="logo" />
<p>
GitHub Codespaces <span class="heart">♥️</span> Rails
</p>
<p class="small">
Edit <code>app/views/hello/index.html.erb</code> and see changes live!
</p>
</header>
</div>