mirror of
https://gitlab.com/niansa/discordlistforbots.git
synced 2025-03-06 20:49:22 +01:00
20 lines
405 B
Text
20 lines
405 B
Text
<%c++ auto message = @@.get<const char *>("message");%>
|
|
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/global.css">
|
|
<title>Exception - DFB</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container text-center">
|
|
<p class="title text-center">An exception has occured</p>
|
|
<p>{%message%}</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|