github.com/wawandco/ox@v0.13.6-0.20230809142027-913b3d837f2a/plugins/tools/ox/template/templates/home.html.tmpl (about)

     1  <div class="py-4 text-center welcome">
     2      <h1 class="font-bold mb-3">Welcome to your Buffalo App!</h1>
     3      <img src="/assets/images/buffalo.svg" alt="buffalo-logo">
     4      <p>
     5          This is the landing page for your app, the content of this page is at <code>app/templates/home/index.html.plush</code>.
     6          Refresh takes care of refreshing changes you do to your code and refresh the binary. If you want to stop the application you can hit <code>Ctrl+C</code> 
     7          on the same terminal where you ran <code>ox dev</code>.
     8      </p>
     9  </div>