1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00
yourls_ynh/conf/index.php

14 lines
308 B
PHP
Raw Normal View History

2014-07-01 07:21:26 +02:00
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
2022-02-27 08:55:15 +01:00
<title>YOURLS</title>
2014-07-01 07:26:18 +02:00
<link rel="stylesheet" href="css/style.css"/>
2014-07-01 07:21:26 +02:00
</head>
<body>
<div id="login">
<p><img src="images/yourls-logo.png" alt=""></p>
2022-02-26 21:20:26 +01:00
<p><a href="admin">Admin interface</a></p>
</div>
2014-07-01 07:21:26 +02:00
</body>
</html>