19 lines
305 B
HTML
Executable File
19 lines
305 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>
|
|
Onionr
|
|
</title>
|
|
<link rel="shortcut icon" type="image/ico" href="/shared/images/favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>Onionr</p>
|
|
|
|
</body>
|
|
|
|
</html> |