fix: Readme & Title

This commit is contained in:
pwgen2155 2024-02-29 15:44:59 +11:00
parent 742f088cc0
commit 0890f6e8c1
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# DawdleRPG # FriendsRPG
DawdleRPG is an IdleRPG clone written in Python. FriendsRPG is a modified version of DawdleRPG (an IdleRPG clone) written in Python.
## Basic Setup ## Basic Setup

View file

@ -149,7 +149,7 @@ body {
</head><body> </head><body>
<div id="header-container"> <div id="header-container">
<div id="header"> <div id="header">
<h1><a href="/">AnimeFriends IdleRPG</a></h1> <h1><a href="/">AnimeFriends RPG</a></h1>
<ul> <ul>
<a href="{% url 'dawdle:about' %}"><li>About</li></a> <a href="{% url 'dawdle:about' %}"><li>About</li></a>
<a href="{% url 'dawdle:player-list' %}"><li>Players</li></a> <a href="{% url 'dawdle:player-list' %}"><li>Players</li></a>