mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00
Fix code formatting.
This commit is contained in:
parent
fbd9fe6900
commit
3f0998933d
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue