14 lines
335 B
HTML
14 lines
335 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<meta name="robots" content="noindex" />
|
||
|
<title>Content Manager</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p><a href="mobile/">Mobile Admin UI</a></p>
|
||
|
<p><a href="desktop/">Desktop Admin UI</a></p>
|
||
|
</body>
|
||
|
</html>
|