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