Files
TicTacToe-Multiplayer/deployment/client/data/index.html
2021-03-25 01:27:24 +01:00

28 lines
1.3 KiB
HTML

<head>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="index.css">
<title>Client download</title>
</head>
<body style="background-color: #36393e;">
<div class="object-wrapper">
<!-- Place any object -->
<div class="object-div">
<div class="object">
<h1 style="color: antiquewhite;">TicTacToe_Client:</h1>
<!-- Auto width -->
<a href="files/Client.jar" download="TicTacToe_Client.jar">
<button class="btn"><i class="fa fa-download"></i> Download TicTacToe_Client.jar</button>
</a>
<a href="files/startClient.bat" download="startClient.bat">
<button class="btn"><i class="fa fa-download"></i> Download startClient.bat</button>
</a>
<a href="files/openjfx-11.0.2_windows-x64_bin-sdk.zip" download="openjfx-11.0.2_windows-x64_bin-sdk.zip">
<button class="btn"><i class="fa fa-download"></i> Download library</button>
</a>
<h4 style="color: #99aab5;">Run startClient.bat to start the application in Windows</h4>
</div>
</div>
</div>
</body>