https://github.com/bitbrain/mineweb-ui
Simple ui page for mineweb
https://github.com/bitbrain/mineweb-ui
Last synced: 12 months ago
JSON representation
Simple ui page for mineweb
- Host: GitHub
- URL: https://github.com/bitbrain/mineweb-ui
- Owner: bitbrain
- Created: 2013-11-18T23:03:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T15:06:53.000Z (over 12 years ago)
- Last Synced: 2025-02-13T23:35:49.413Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mineweb-ui
===========
Simple ui page, written in HTML and JQuery to show current server information.
## Getting started
To modify the page, you can change the values in the ```config.json``` file:
```json
{
"name" : "name-of-your-server",
"ip" : "server-ip",
"port" : "mineweb-port",
"forum" : "link-to-forum",
"map" : "link-to-map",
"website" : "link-to-your-website"
}
```
That's it!