diff options
author | Matthew Kosarek <mattkae@protonmail.com> | 2021-05-24 10:27:02 -0400 |
---|---|---|
committer | Matthew Kosarek <mattkae@protonmail.com> | 2021-05-24 10:27:02 -0400 |
commit | d5326e9f605e11fc33a7f37cc0ae674258de2424 (patch) | |
tree | 08ec7203d4cb6b9ebdcef1e43820108eb7ac1b2e /transpiler | |
parent | 64d9675091593b074d3ad1e71829291728914cee (diff) |
A much more palatable website
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 +} |