Skip to content

Commit

Permalink
Merge branch 'main' into feature/automatic-precharge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgalen committed Jan 14, 2025
2 parents 9ddf83c + 4b19db2 commit d0418dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Software/src/devboard/webserver/index_html.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "index_html.h"

#define INDEX_HTML_HEADER \
R"rawliteral(<!doctype html><html><head><title>Battery Emulator</title><meta content="width=device-width"name=viewport><style>html{font-family:Arial;display:inline-block;text-align:center}h2{font-size:3rem}body{max-width:800px;margin:0 auto}</style><body>)rawliteral"
#define INDEX_HTML_HEADER R"rawliteral(<!doctype html><html><head><title>Battery Emulator</title><meta content="width=device-width"name=viewport><style>html{font-family:Arial;display:inline-block;text-align:center}h2{font-size:3rem}body{max-width:800px;margin:0 auto}</style><body>)rawliteral"
#define INDEX_HTML_FOOTER R"rawliteral(</body></html>)rawliteral";

const char index_html[] = INDEX_HTML_HEADER "%X%" INDEX_HTML_FOOTER;
Expand Down

0 comments on commit d0418dc

Please sign in to comment.