butlerx
5 years ago
No known key found for this signature in database
GPG Key ID: B37CA765BAA89170
1 changed files with
0 additions and
1 deletions
-
src/server/socketServer/html.ts
|
@ -8,7 +8,6 @@ export default (base: string, title: string) => ( |
|
|
? '../' |
|
|
? '../' |
|
|
: base; |
|
|
: base; |
|
|
|
|
|
|
|
|
console.log(req.url, base, resourcePath); |
|
|
|
|
|
res.send(`<!doctype html>
|
|
|
res.send(`<!doctype html>
|
|
|
<html lang="en"> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<head> |
|
|