Sha256: 51ec58de44faaeea6ea48e2b238a21ae8b526e2f1002101ba96ee4fe29d154d9
Contents?: true
Size: 347 Bytes
Versions: 29
Compression:
Stored size: 347 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tailwind Menu</title> </head> <body> {{#each groups}} <a href="{{name}}/all.html">{{titleize name}}</a><br> {{/each}} </body> </html>
Version data entries
29 entries across 29 versions & 1 rubygems