Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 9797d3f

Browse files
committed
Fix website links
1 parent 90eed3a commit 9797d3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ int main_page(char* request, char* response) {
9696
"\r\n"
9797
"<!DOCTYPE html>"
9898
"<html><head><meta charset=\"utf-8\">"
99-
"<link rel=\"stylesheet\" type=\"text/css\" href=\"http://$S$S/style.css\">"
100-
"<script src=\"http://$S$S/script.js\"></script>"
101-
"<script src=\"http://$S$S/jquery.min.js\"></script>"
99+
"<link rel=\"stylesheet\" type=\"text/css\" href=\"http://$S$Scss/style.css\">"
100+
"<script src=\"http://$S$Sscript.js\"></script>"
101+
"<script src=\"http://$S$Sjs/jquery.min.js\"></script>"
102102
"</head>"
103103
"<body>"
104104
"<h1>nextrocket.space</h1>"

0 commit comments

Comments
 (0)