Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Earn Restructure PR #26

Merged
merged 16 commits into from
Sep 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed HTML Title from "Topcoder Micro Frame"
Now the frame says "Topcoder.com"
  • Loading branch information
dmessing authored Aug 11, 2021
commit 1f1dd87d16a9068d120359325cfe41229bf92bd2
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Topcoder Micro Frame</title>
<title>Topcoder.com</title>

<link rel="stylesheet" href="/global.css">

Expand Down