updated README

master
Chris Nutter 2024-05-14 15:42:03 -07:00
parent 3796f84ac5
commit 4cb3a6c71f
2 changed files with 41 additions and 2 deletions

View File

@ -1,7 +1,12 @@
# Unified Call of Duty Config
Attempts to be a universal `config.cfg` and `config_mp.cfg` editor for Call of Duty games (pre-2019)
Attempts to be a universal `config.cfg` and `config_mp.cfg` editor for Call of Duty games (pre-2019).
Useful for Plutonium and other private servers.
### IAmChrisAMA (Chris Nutter)
- IAmChrisAMA (Chris Nutter)
Please donate to [CODE Warrior](https://www.callofdutyendowment.org/) to support veterans.

34
index.html Normal file
View File

@ -0,0 +1,34 @@
<html>
<head>
<title>Welcome to our server</title>
<style>
body{
font-family: Helvetica, Arial, sans-serif;
}
.message{
width:330px;
padding:20px 40px;
margin:0 auto;
background-color:#f9f9f9;
border:1px solid #ddd;
}
center{
margin:40px 0;
}
h1{
font-size: 18px;
line-height: 26px;
}
p{
font-size: 12px;
}
</style>
</head>
<body>
<div class="message">
<h1>Welcome to our server</h1>
<p>The website is currently being setup under this address.</p>
<p>For help and support, please contact: <a href="me@example.com">me@example.com</a></p>
</div>
</body>
</html>