You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
248 B

  1. <div class="p-5">
  2. <h1>Main#home</h1>
  3. <p>Find me in app/views/main/home.html.erb</p>
  4. <h1 class="text-5xl font-bold underline text-yellow-400">
  5. Hello world!
  6. </h1>
  7. <div class="bg-orange-300">
  8. coucou
  9. <%= @value %>
  10. </div>
  11. </div>