1
0
Fork 0
mirror of https://gitlab.com/niansa/discordlistforbots.git synced 2025-03-06 20:49:22 +01:00
discordlistforbots/views/exception.csp
2021-01-11 12:02:59 +01:00

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>