mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
8 lines
218 B
HTML
8 lines
218 B
HTML
|
<!-- This page hides the content of the /pages/ directory and sends to YOURLS root -->
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="refresh" content="0;url=../"></head>
|
||
|
<body>
|
||
|
YOURLS has nothing for you to see here.
|
||
|
</body>
|
||
|
</html>
|