diff options
Diffstat (limited to 'transpiler')
-rwxr-xr-x | transpiler/transpiler | bin | 38744 -> 38744 bytes | |||
-rw-r--r-- | transpiler/transpiler.cpp | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/transpiler/transpiler b/transpiler/transpiler Binary files differindex 5b6e14f..3dba1f8 100755 --- a/transpiler/transpiler +++ b/transpiler/transpiler diff --git a/transpiler/transpiler.cpp b/transpiler/transpiler.cpp index fa9820a..3f2a006 100644 --- a/transpiler/transpiler.cpp +++ b/transpiler/transpiler.cpp @@ -200,7 +200,7 @@ int main() { "\t</head>\n" "\t<body>\n" "\t\t<header>\n" - "\t\t\t<h1>Physics for Games</h1>\n" + "\t\t\t<h1><a title=\"physicsforgames.com\" href=\"/\">Physics for Games</a></h1>\n" "\t\t</header>\n" "\t\t<main>\n"); @@ -247,4 +247,4 @@ int main() { servedFiles.deallocate(); return 0; -}
\ No newline at end of file +} |