This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>TicTacToe</title> | |
<style> | |
html, body { | |
height: 100%; | |
margin: 0; | |
} |
This file contains hidden or 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
/** | |
* Program: cnet | |
* Author: Potato Chronicler <https://github.com/ThePotatoChronicler> | |
* | |
* Configuration: | |
* All configuration is done through the cnet.conf file, | |
* using directives. Each directive is composed of it's name | |
* and it's argument. | |
* | |
* Directives: |