minecraft-site/templates/index.html

21 lines
541 B
HTML
Raw Normal View History

2020-03-19 23:20:59 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>blackolivepineapple.pizza Factorio Server</title>
<style>
html {
font-family: sans-serif;
padding: 10px;
}
</style>
</head>
<body>
<h1>blackolivepineapple.pizza Factorio Server</h1>
<ul>
<li><b>IP Address:</b> {{.IPAddr}}</li>
<li><b>Server Name:</b> {{.Title}}</li>
<li><b>Current players:</b><br>{{.Players}}</li>
</ul>
</body>
</html>