Ruby/dashboard/templates/index.html
2025-04-24 13:17:08 -04:00

11 lines
171 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Ruby's Dashboard</title>
</head>
<body>
<h1>Ruby is running</h1>
<p>Vocabulary Size: {{ vocab_size }}</p>
</body>
</html>