mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Make sure the CSS/JS paths are absolute (won't work otherwise)
This commit is contained in:
parent
0884088be0
commit
937ceef5c9
@ -85,8 +85,8 @@ const char INDEX_HTML[] PROGMEM = R"!^!(
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>WebOTA</title>
|
||||
|
||||
<script src="main.js"></script>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<script src="/main.js"></script>
|
||||
<link rel="stylesheet" href="/main.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>WebOTA version %s</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user