Select Git revision
matches.scala.html
Forked from
cosc360-2016 / project-base
Source project has a limited visibility.
-
Will Billingsley authoredWill Billingsley authored
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>