This commit is contained in:
2025-05-20 13:48:39 +03:00
parent a1055b0c43
commit 82b25946a0
6 changed files with 69 additions and 17 deletions

View File

@ -7,7 +7,8 @@
<% else %>
<title>Porom</title>
<% end %>
<link rel="stylesheet" href="/static/style.css">
<% math.randomseed(os.time()) %>
<link rel="stylesheet" href="<%= "/static/style.css?" .. math.random(1, 100) %>">
</head>
<body>
<% content_for("inner") %>