11 lines
310 B
HTML
11 lines
310 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Public resource</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<div>This is public resource that should be accessible without login.</div>
|
|
</body>
|
|
</html>
|