Aggiunge fatturazione club, pagina regia condivisibile senza account, roster squadre e rimuove la modalità controller dall'app (v1.1.0). Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
580 B
Plaintext
17 lines
580 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="theme-color" content="#0a0a0e">
|
|
<title><%= content_for?(:title) ? yield(:title) : "Regia — Match Live TV" %></title>
|
|
<%= render "shared/meta_tags" %>
|
|
<link rel="stylesheet" href="/regia.css?v=1">
|
|
<%= yield :head %>
|
|
</head>
|
|
<body class="regia-body">
|
|
<%= yield %>
|
|
</body>
|
|
</html>
|