1
0
Fork 0
trugul-bot/views/layout.erb

11 lines
83 B
Plaintext

<html>
<head>
<title>Raids</title>
</head>
<body>
<%= yield %>
</body>
</html>