Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

matches.scala.html

Blame
  • Forked from cosc360-2016 / project-base
    Source project has a limited visibility.
    matches.scala.html 188 B
    @(beagles: Int, found: Int)
    
    <!DOCTYPE html>
    <html>
    <head lang="en">
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
    
      You found @found of @beagles beagles.
    
    </body>
    </html>