repod/templates/main.php
Michel Roux 6a64545380
All checks were successful
repod / xml (push) Successful in 9s
repod / php (push) Successful in 1m8s
repod / nodejs (push) Successful in 1m32s
repod / release (push) Has been skipped
fix: 🎨 run rector
2025-01-21 10:50:20 +01:00

11 lines
219 B
PHP

<?php
use OCA\RePod\AppInfo\Application;
use OCP\Util;
Util::addScript(Application::APP_ID, Application::APP_ID.'-main');
Util::addStyle(Application::APP_ID, Application::APP_ID.'-main');
?>
<div id="content"></div>