11 lines
178 B
HTML
11 lines
178 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Server updated</title>
|
|
</head>
|
|
<body>
|
|
<p>Server successfully updated</p>
|
|
<a href="/panel">Return to user panel</a>
|
|
</body>
|
|
</html>
|