-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
Welcome! Server built with hlds-docker: https://github.com/JamesIves/hlds-docker | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Message of the Day</title> | ||
<style type="text/css"> | ||
p { | ||
font-family: Verdana, Tahoma; | ||
color: #ffb000; | ||
} | ||
body { | ||
background: #000000; | ||
margin-left: 8px; | ||
margin-top: 0px; | ||
} | ||
img { | ||
margin-top: 8px; | ||
} | ||
a { | ||
text-decoration: underline; | ||
} | ||
a:link { | ||
color: #ffffff; | ||
} | ||
a:visited { | ||
color: #ffffff; | ||
} | ||
a:active { | ||
color: #ffffff; | ||
} | ||
a:hover { | ||
color: #ffffff; | ||
text-decoration: underline; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<p>Welcome to the server!</p> | ||
<p>This server was built with <a href="https://github.com/JamesIves/hlds-docker">hlds-docker on GitHub</a></p> | ||
<img src="https://jives.dev/icon.png" alt="Jives" /> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
// Defines the default configuration for the server | ||
// This file is executed automatically when the server starts | ||
// Docs: https://developer.valvesoftware.com/ | ||
|
||
hostname "Half-Life Dedicated Server" | ||
hostname "Half-Life Dedicated Server" | ||
sv_contact "https://github.com/JamesIves/hlds-docker/issues" |