From d5326e9f605e11fc33a7f37cc0ae674258de2424 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 24 May 2021 10:27:02 -0400 Subject: A much more palatable website --- transpiler/transpiler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'transpiler/transpiler.cpp') 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\n" "\t\n" "\t\t
\n" - "\t\t\t

Physics for Games

\n" + "\t\t\t

Physics for Games

\n" "\t\t
\n" "\t\t
\n"); @@ -247,4 +247,4 @@ int main() { servedFiles.deallocate(); return 0; -} \ No newline at end of file +} -- cgit v1.2.1