mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
12 lines
169 B
HTML
12 lines
169 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="main.css"/>
|
|
<title>%{HOSTNAME}</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>%{HOSTNAME}</h1>
|
|
</body>
|
|
</html>
|