diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-27 15:24:07 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-06-27 15:24:07 -0400 |
commit | 52d43a63d02e973f28aa30b768eddc042a4f155b (patch) | |
tree | 852de9a02ff9c6298c5b41dcc466786ed8af3be6 /transpiler | |
parent | 28d0d84638ba1ba45696f3fa86cb18e694f280a5 (diff) |
Some minor updates to SAT explanation, and made icons work everywhere
Diffstat (limited to 'transpiler')
-rwxr-xr-x | transpiler/transpiler | bin | 49712 -> 49712 bytes | |||
-rw-r--r-- | transpiler/transpiler.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/transpiler/transpiler b/transpiler/transpiler Binary files differindex f0d71d5..c7ef4fc 100755 --- a/transpiler/transpiler +++ b/transpiler/transpiler diff --git a/transpiler/transpiler.cpp b/transpiler/transpiler.cpp index 58d1308..b10ca08 100644 --- a/transpiler/transpiler.cpp +++ b/transpiler/transpiler.cpp @@ -196,7 +196,7 @@ int main() { "\t\t<meta charset=\"utf-8\">\n" "\t\t<link rel=\"stylesheet\" href=\"/index.css\">\n" "\t\t<title>Physics for Games</title>\n" - "\t\t<link rel=\"shortcut icon\" href=\"favicon/favicon.ico\" type=\"image/x-icon\">\n" + "\t\t<link rel=\"shortcut icon\" href=\"/favicon/favicon.ico\" type=\"image/x-icon\">\n" "\t\t<meta name=\"description\" content=\"A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL.\">\n" "\t\t<meta name=\"og:description\" content=\"A place to learn all about real-time physics simulations through descriptions, code snippets, and example programs all written in C++ and OpenGL.\">\n" "\t</head>\n" |