summaryrefslogtreecommitdiff
path: root/transpiler/transpiler.cpp
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-05-24 10:27:02 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-05-24 10:27:02 -0400
commitd5326e9f605e11fc33a7f37cc0ae674258de2424 (patch)
tree08ec7203d4cb6b9ebdcef1e43820108eb7ac1b2e /transpiler/transpiler.cpp
parent64d9675091593b074d3ad1e71829291728914cee (diff)
A much more palatable website
Diffstat (limited to 'transpiler/transpiler.cpp')
-rw-r--r--transpiler/transpiler.cpp4
1 files changed, 2 insertions, 2 deletions
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
+}