24 lines
531 B
HTML
24 lines
531 B
HTML
{{NAVBAR}}
|
|
<!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Update Success</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<style>
|
|
body {
|
|
background-color: #f7f7f7;
|
|
}
|
|
#spacer-50 {
|
|
height: 50px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h2>The update was successful.</h2>
|
|
<div id="spacer-50"></div>
|
|
<button onclick="window.location.href='/files';">to homepage</button>
|
|
</center>
|
|
</body>
|
|
</html> |