Skip to content

Commit

Permalink
feat: push to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Jun 20, 2024
1 parent e15fad9 commit a23fd0a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 6 deletions.
42 changes: 41 additions & 1 deletion config/motd.txt
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>
7 changes: 2 additions & 5 deletions config/server.cfg
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"

0 comments on commit a23fd0a

Please sign in to comment.