Initial commit

This commit is contained in:
2025-05-14 20:41:59 +03:00
commit afed0f1e30
15 changed files with 2643 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>
<%= page_title %>
</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="<%= css_path %>">
</head>
<body>
<div class="control_div">
<label
style='font-family: "Ubuntu", sans-serif; font-weight: 500; font-style: normal; font-size: 200%;'>CRTelemetry
SQLite3</label>
</div>
<div class="main_div">
<label style="font-size: 150%;">
<span>
<%- error_emoji %>
</span>
<%= error_message %>
</label>
<br>
<a href="/app"><span>&#129152; </span>Return</a>
</div>
</body>
</html>