Files
gtav-src/tools_ng/techart/etc/config/notificationTemplates/ToolsLoggingTemplate.html
T
2025-09-29 00:52:08 +02:00

33 lines
1.5 KiB
HTML
Executable File

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body width="100%" style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; color: rgb(0, 0, 0); background-color: rgb(204, 204, 204);">
<table width="100%" style="position: absolute; top: 0; bottom: 0; left: 0; right: 0;
border: 1pt solid black; border-collapse: collapse; font-family: Arial;
font-size: 12px; background-color: #2f323c; margin-right: auto; margin-left: auto;
text-align: left;" border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr style="color: white;">
<td style="background-color:orange; vertical-align: middle; text-align: center;
font-weight: bold; font-size: 22px; color: Black; padding:2px;" colspan="2" rowspan="1">
Rockstar TechArt Tools Logging
</td>
</tr>
<tr style="color: white;">
<td style="background-color: #2f323c; vertical-align: middle; text-align: left; padding-left:10px;
font-weight: bold; font-size: 18px; color: White;" colspan="2" rowspan="1" , align="left">
#TITLE# Python Tools Exception Log
</td>
</tr>
#CONTENT#
</tbody>
</table>
</body>
</html>